Skip to content

Commit

Permalink
Pin cartopy to cartopy<0.24 (#3768)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored Oct 10, 2024
1 parent 1d3dbd4 commit 7b1cd47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ channels:

dependencies:
- aiohttp
- cartopy
- cartopy <0.24 # https://github.com/ESMValGroup/ESMValTool/issues/3767
- cdo >=2.3.0
- cdsapi
- cf-units
Expand Down
2 changes: 1 addition & 1 deletion environment_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ channels:

dependencies:
- aiohttp
- cartopy
- cartopy <0.24 # https://github.com/ESMValGroup/ESMValTool/issues/3767
- cdo >=2.3.0
- cdsapi
- cf-units
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Use with pip install . to install from source
'install': [
'aiohttp',
'cartopy',
'cartopy<0.24', # github.com/ESMValGroup/ESMValTool/issues/3767
'cdo',
'cdsapi',
'cf-units',
Expand Down

0 comments on commit 7b1cd47

Please sign in to comment.