From 6c3be03ab6803640c3e51bf64cef34b29d64f96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Thu, 16 Dec 2021 11:59:13 +0100 Subject: [PATCH] Backport PR #3721 (REL: drop overly protective version upper limits for hard dependencies) --- setup.cfg | 4 ++-- tests/windows_conda_requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9683f5a9cd9..42424155bfa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,9 +38,9 @@ project_urls = [options] packages = find: install_requires = - cmyt>=0.2.2,<2.0.0 + cmyt>=0.2.2 ipython>=2.0.0 - matplotlib!=3.4.2,>=2.1.0,<3.6 + matplotlib!=3.4.2,>=2.1.0 # keep in sync with tests/windows_conda_requirements.txt more-itertools>=8.4 numpy>=1.13.3 packaging>=20.9 diff --git a/tests/windows_conda_requirements.txt b/tests/windows_conda_requirements.txt index ed170b804ce..589ae44ab86 100644 --- a/tests/windows_conda_requirements.txt +++ b/tests/windows_conda_requirements.txt @@ -2,5 +2,5 @@ numpy>=1.19.4 cython>=0.29.21,<3.0 cartopy~=0.18.0 h5py~=3.1.0 -matplotlib<3.6 +matplotlib!=3.4.2,>=2.1.0 # keep in sync with setup.cfg scipy~=1.5.0