Skip to content

Commit

Permalink
Create 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Dale Roberts committed May 10, 2024
1 parent db9a56a commit d7e6781
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pygrib
- pyhdf
- pytest
- scipy<1.13.0 ### Very recently updated and breaks some packages that have a slower update cycle. Should be able to unpin soon.
- scipy
- seaborn
- xarray>2023.9 ### py-cordex fixes xarray at != 2023.9.0 - set this to prevent downgrade
- jupyter
Expand Down Expand Up @@ -102,7 +102,7 @@ dependencies:
- nodejs
- cfgrib
- h5netcdf
- intake=0.7.0 ## See https://github.com/intake/intake/issues/787
- intake
- gridfill
- xgcm
- xrft
Expand Down Expand Up @@ -236,7 +236,7 @@ dependencies:
- palettable
- webcolors
- mpl-scatter-density
- accessnri::benchcab>=4.0.2
- accessnri::benchcab
- lmfit
- xclim
- jupyter-resource-usage
Expand Down Expand Up @@ -282,7 +282,7 @@ dependencies:
- pdbufr
- matplotlib-scalebar
- python-kaleido
- numba<0.59 ### pysal -> giddy -> quantecon is broken with numba 0.59
- numba
- accessnri::access-med-tools
- crick ### Unlisted dependency for dask-expr
- regional-mom6
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENVIRONMENT=analysis3
VERSION_TO_MODIFY=24.01
VERSION_TO_MODIFY=24.04
STABLE_VERSION=23.10
UNSTABLE_VERSION=24.01

0 comments on commit d7e6781

Please sign in to comment.