Skip to content

Commit

Permalink
Pin numpy<2.0.0 to avoid pulling 2.0.0rcX (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi authored and chrisbillowsMO committed May 22, 2024
1 parent 59a21f2 commit 62454bc
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 @@ -28,7 +28,7 @@ dependencies:
- nc-time-axis
- nested-lookup
- netcdf4
- numpy !=1.24.3
- numpy !=1.24.3,<2.0.0 # avoid pulling 2.0.0rcX
- packaging
- pandas !=2.2.0,!=2.2.1,!=2.2.2 # github.com/ESMValGroup/ESMValCore/pull/2305 and #2349
- pillow
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
'nc-time-axis', # needed by iris.plot
'nested-lookup',
'netCDF4',
'numpy!=1.24.3',
'numpy!=1.24.3,<2.0.0', # avoid pulling 2.0.0rc1
'packaging',
'pandas!=2.2.0,!=2.2.1,!=2.2.2', # GH #2305 #2349 etc
'pillow',
Expand Down

0 comments on commit 62454bc

Please sign in to comment.