Skip to content

Commit

Permalink
Updated esmf-related pins (#2445)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlunma authored Jun 3, 2024
1 parent 57d1d05 commit 4ca7198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ dependencies:
- dask-jobqueue
- distributed
- esgf-pyclient >=0.3.1
- esmpy !=8.1.0,<8.6.0 # https://github.com/SciTools-incubator/iris-esmf-regrid/pull/342#issuecomment-2092921514
- esmpy >=8.6.0 # github.com/SciTools-incubator/iris-esmf-regrid/pull/342
- filelock
- fiona
- fire
- geopy
- humanfriendly
- importlib_metadata # required for Python < 3.10
- iris >3.8.0
- iris-esmf-regrid >=0.7.0
- iris-esmf-regrid >=0.10.0 # github.com/SciTools-incubator/iris-esmf-regrid/pull/342
- isodate
- jinja2
- libnetcdf !=4.9.1 # to avoid hdf5 warnings
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'dask[array,distributed]',
'dask-jobqueue',
'esgf-pyclient>=0.3.1',
'esmf-regrid',
'esmf-regrid>=0.10.0', # iris-esmf-regrid #342
'esmpy!=8.1.0', # not on PyPI
'filelock',
'fiona',
Expand Down

0 comments on commit 4ca7198

Please sign in to comment.