Skip to content

Commit

Permalink
Pin esmpy <8.6.0 (#2402)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored May 7, 2024
1 parent 8fa5aa4 commit 8276a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- dask-jobqueue
- distributed
- esgf-pyclient >=0.3.1
- esmpy !=8.1.0
- esmpy !=8.1.0,<8.6.0 # https://github.com/SciTools-incubator/iris-esmf-regrid/pull/342#issuecomment-2092921514
- filelock
- fiona
- fire
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'dask-jobqueue',
'esgf-pyclient>=0.3.1',
'esmf-regrid',
'esmpy!=8.1.0',
'esmpy!=8.1.0', # not on PyPI
'filelock',
'fiona',
'fire',
Expand Down

0 comments on commit 8276a62

Please sign in to comment.