Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

nep29 drop table schedule numpy>1.21 #5525

Merged
merged 2 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ This document explains the changes made to Iris for this release
馃敆 Dependencies
===============

#. N/A
#. `@bjlittle`_ enforced the minimum pin of ``numpy>1.21`` in accordance with the `NEP29 Drop Schedule`_.
(:pull:`5525`)


馃摎 Documentation
Expand Down Expand Up @@ -117,3 +118,6 @@ This document explains the changes made to Iris for this release

.. comment
Whatsnew resources in alphabetical order:

.. _NEP29 Drop Schedule: https://numpy.org/neps/nep-0029-deprecation_policy.html#drop-schedule

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 >=3.5
- netcdf4
- numpy >=1.21, !=1.24.3
- numpy >1.21, !=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 >=3.5
- netcdf4
- numpy >=1.21, !=1.24.3
- numpy >1.21, !=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 >=3.5
- netcdf4
- numpy >=1.21, !=1.24.3
- numpy >1.21, !=1.24.3
- python-xxhash
- pyproj
- scipy
Expand Down
4 changes: 2 additions & 2 deletions requirements/pypi-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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.21,!=1.24.3
pyproj
scipy
shapely!=1.8.3
xxhash
xxhash