Skip to content

Commit

Permalink
nep29 drop numpy 1.22 (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Jan 2, 2024
1 parent 4e4533f commit 6d34b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/geovista.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- cartopy >=0.22
- click
- click-default-group
- numpy >1.21
- numpy >=1.23
- platformdirs
- pooch
- pykdtree
Expand Down
2 changes: 1 addition & 1 deletion requirements/pypi-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ click
click-default-group
cmocean
netCDF4
numpy>1.21
numpy>=1.23
platformdirs
pooch
pykdtree
Expand Down

0 comments on commit 6d34b93

Please sign in to comment.