Skip to content

Commit

Permalink
Merge pull request #1207 from metno/add-upper-numpy-limit
Browse files Browse the repository at this point in the history
numpy <2.0.0
  • Loading branch information
lewisblake authored Jun 17, 2024
2 parents 63ca935 + fb618f9 commit 3976b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyaerocom_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- matplotlib-base >=3.7.1
- scipy >=1.10.1
- pandas >=1.5.3
- numpy >=1.24.4
- numpy >=1.24.4, <2.0.0
- seaborn >=0.12.2
- dask
- geonum ==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"matplotlib>=3.7.1",
"scipy>=1.10.1",
"pandas>=1.5.3",
"numpy>=1.24.4",
"numpy>=1.24.4, <2.0.0",
"seaborn>=0.12.2",
"dask",
"geonum==1.5.0",
Expand Down

0 comments on commit 3976b23

Please sign in to comment.