Update requirements.txt, based on Alex's guidance:
- Update my local env:
conda/mamba env update -f environment.yml
- Regenerate
requirements.txt via a pip freeze of the environment
- Update the repo
Doing this will minimize style differences between the deployed site and the netlify site previews.
See our 4/19 thread in the website Slack channel.
Update
requirements.txt, based on Alex's guidance:conda/mamba env update -f environment.ymlrequirements.txtvia apip freezeof the environmentDoing this will minimize style differences between the deployed site and the netlify site previews.
See our 4/19 thread in the
websiteSlack channel.