Skip to content

Commit

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

* whatsnew entry
  • Loading branch information
bjlittle authored Jan 3, 2024
1 parent fc15cb5 commit adb97f0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ This document explains the changes made to Iris for this release
#. `@bjlittle`_ enforced the minimum pin of ``numpy>1.21`` in accordance with the `NEP29 Drop Schedule`_.
(:pull:`5525`)

#. `@bjlittle`_ enforced the minimum pin of ``numpy>1.22`` in accordance with the `NEP29 Drop Schedule`_.
(:pull:`5668`)


📚 Documentation
================
Expand Down
2 changes: 1 addition & 1 deletion requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- netcdf4
- numpy >1.21, !=1.24.3
- numpy >=1.23, !=1.24.3
- python-xxhash
- pyproj
- scipy
Expand Down
2 changes: 1 addition & 1 deletion requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- netcdf4
- numpy >1.21, !=1.24.3
- numpy >=1.23, !=1.24.3
- python-xxhash
- pyproj
- scipy
Expand Down
2 changes: 1 addition & 1 deletion requirements/py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- netcdf4
- numpy >1.21, !=1.24.3
- numpy >=1.23, !=1.24.3
- python-xxhash
- pyproj
- scipy
Expand Down
2 changes: 1 addition & 1 deletion requirements/pypi-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dask[array]>=2022.9.0
# libnetcdf!=4.9.1 (not available on PyPI)
matplotlib>=3.5
netcdf4
numpy>1.21,!=1.24.3
numpy>=1.23,!=1.24.3
pyproj
scipy
shapely!=1.8.3
Expand Down

0 comments on commit adb97f0

Please sign in to comment.