Skip to content

Commit

Permalink
nep29 drop numpy 1.22 (#194)
Browse files Browse the repository at this point in the history
* nep29 drop numpy 1.22

* add release notes entry
  • Loading branch information
bjlittle authored Jan 3, 2024
1 parent 0506dee commit 1546b39
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Requirements
By `Ruth Comer`_.
* ``nc-time-axis`` now requires ``numpy >= 1.21`` according to `NEP29`_ (:pull:`129`).
By `Bill Little`_.
* ``nc-time-axis`` now requires ``numpy >= 1.23`` according to `NEP29`_ (:pull:`194`).
By `Bill Little`_.

New Features
~~~~~~~~~~~~
Expand Down
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 1546b39

Please sign in to comment.