Skip to content

Commit

Permalink
Merge pull request #130 from valeriupredoi/pin_numpy_2
Browse files Browse the repository at this point in the history
Pin numpy <2
  • Loading branch information
valeriupredoi authored May 15, 2024
2 parents 7defacb + de7af88 commit b27acbf
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 @@ -11,7 +11,7 @@ dependencies:
- matplotlib
- nctoolkit >=0.8.7 # use linux64 build
- netcdf4
- numpy >1.24.3
- numpy >1.24.3,<2.0 # needs thorough checking when released
- pip !=21.3
- python >=3.9
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
'matplotlib',
'nctoolkit>=0.8.7', # use linux64 build
'netcdf4',
'numpy>1.24.3',
'numpy>1.24.3,<2.0',
'pip!=21.3',
'pyyaml',
'scikit-learn',
Expand Down

0 comments on commit b27acbf

Please sign in to comment.