Skip to content

Commit

Permalink
Merge pull request #3725 from neutrinoceros/backport_3721
Browse files Browse the repository at this point in the history
Backport PR #3721 (REL: drop overly protective version upper limits for hard dependencies)
  • Loading branch information
matthewturk committed Dec 24, 2021
2 parents 636e46c + 6c3be03 commit 6884299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/windows_conda_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6884299

Please sign in to comment.