Skip to content

Commit

Permalink
nep29 drop table schedule numpy>1.21 (#5525)
Browse files Browse the repository at this point in the history
* nep29 drop table schedule numpy>1.12

* add whatsnew entry
  • Loading branch information
bjlittle committed Oct 18, 2023
1 parent e9c77c0 commit f459f15
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
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

0 comments on commit f459f15

Please sign in to comment.