Skip to content

Commit

Permalink
nep29 drop numpy 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Jan 2, 2024
1 parent 0506dee commit 97042f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
# core dependencies
- cftime >=1.5
- matplotlib-base
- numpy >=1.21
- numpy >=1.23

# test dependencies
- codecov
Expand Down
2 changes: 1 addition & 1 deletion requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
# core dependencies
- cftime >=1.5
- matplotlib-base
- numpy >=1.21
- numpy >=1.23

# test dependencies
- codecov
Expand Down
2 changes: 1 addition & 1 deletion requirements/py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
# core dependencies
- cftime >=1.5
- matplotlib-base
- numpy >=1.21
- numpy >=1.23

# test dependencies
- codecov
Expand Down
2 changes: 1 addition & 1 deletion requirements/pypi-core.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cftime>=1.5
matplotlib
numpy>=1.21
numpy>=1.23

0 comments on commit 97042f2

Please sign in to comment.