Skip to content

Commit 6884299

Browse files
authored
Merge pull request #3725 from neutrinoceros/backport_3721
Backport PR #3721 (REL: drop overly protective version upper limits for hard dependencies)
2 parents 636e46c + 6c3be03 commit 6884299

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ project_urls =
3838
[options]
3939
packages = find:
4040
install_requires =
41-
cmyt>=0.2.2,<2.0.0
41+
cmyt>=0.2.2
4242
ipython>=2.0.0
43-
matplotlib!=3.4.2,>=2.1.0,<3.6
43+
matplotlib!=3.4.2,>=2.1.0 # keep in sync with tests/windows_conda_requirements.txt
4444
more-itertools>=8.4
4545
numpy>=1.13.3
4646
packaging>=20.9

tests/windows_conda_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ numpy>=1.19.4
22
cython>=0.29.21,<3.0
33
cartopy~=0.18.0
44
h5py~=3.1.0
5-
matplotlib<3.6
5+
matplotlib!=3.4.2,>=2.1.0 # keep in sync with setup.cfg
66
scipy~=1.5.0

0 commit comments

Comments
 (0)