Skip to content

Commit

Permalink
Merge pull request #54 from coecms/install-py-cordex
Browse files Browse the repository at this point in the history
Install py cordex
  • Loading branch information
dsroberts committed Oct 24, 2023
2 parents 3cc953e + 0f8a7fe commit 1ce65cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- pytest
- scipy
- seaborn
- xarray
- xarray>2023.9 ### py-cordex fixes xarray at != 2023.9.0 - set this to prevent downgrade
- jupyter
- notebook
- metpy
Expand Down Expand Up @@ -128,7 +128,7 @@ dependencies:
- xrft
- git
- openmpi
- mpi4py
- mpi4py==3.1.4 ### Prevent installation of Intel MPI
- palettable
- xlrd
- nccompress
Expand Down Expand Up @@ -279,5 +279,6 @@ dependencies:
- ucx-py
- geocat-viz
- icclim>=6.4.0 ### Prevent downgrade
- py-cordex
- pip:
- railroad-diagrams ### Unlisted dependency of pip and pyparsing

0 comments on commit 1ce65cd

Please sign in to comment.