Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ This document explains the changes made to Iris for this release
#. `@trexfeathers`_ introduced the ``cf-units >=3`` and ``nc-time-axis >=1.3``
minimum pins. (:pull:`4356`)

#. `@bjlittle`_ introduced the ``numpy >=1.19`` minimum pin, in
accordance with `NEP-29`_ deprecation policy. (:pull:`4386`)


📚 Documentation
================
Expand Down Expand Up @@ -191,5 +194,6 @@ This document explains the changes made to Iris for this release
Whatsnew resources in alphabetical order:

.. _GitHub: https://github.com/SciTools/iris/issues/new/choose
.. _NEP-29: https://numpy.org/neps/nep-0029-deprecation_policy.html
.. _UGRID: http://ugrid-conventions.github.io/ugrid-conventions/
.. _sort-all: https://github.com/aio-libs/sort-all
2 changes: 1 addition & 1 deletion requirements/ci/py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- dask >=2
- matplotlib
- netcdf4
- numpy >=1.14
- numpy >=1.19
- python-xxhash
- scipy

Expand Down
2 changes: 1 addition & 1 deletion requirements/ci/py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- dask >=2
- matplotlib
- netcdf4
- numpy >=1.14
- numpy >=1.19
- python-xxhash
- scipy

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install_requires =
dask[array]>=2
matplotlib
netcdf4
numpy>=1.14
numpy>=1.19
scipy
xxhash
packages = find:
Expand Down