V2 environment update#42
Open
Daniel Palmer (mo-danielpalmer) wants to merge 24 commits into
Open
Conversation
Quick update to the README.md to include users needing to the the `pip install -e .` command before running the tool.
Update README.md
Update README.md
Upgrade env + breaking fixes
Bug fix latlon mode for new conda env
Update file paths to reduce inputs
Collaborator
Author
|
As the changes to main have all been reviewed and approved, no review is required for the changes to the Python scripts relative to v2.0.0_DEV, apart from ensuring that they don't conflict with any of the v2-specific features. The main thing to check is that the new environments are working correctly: both the .yml and .lock. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merges updates to main (bug fixes, improved file handling etc.) into v2.
Also updates the environments. The newest versions of SciPy and Pandas are no longer compatible with ProFSea, so these have been pinned in the .yml to the most recent versions that we know work.
I have also generated a new lock file to go with the .yml. This was generated with the updated version of the .yml, but with the channel set to "https://conda.anaconda.org/conda-forge" to ensure that the lock file is usable outside the Met Office.