Skip to content

Commit

Permalink
Merge pull request #3721 from neutrinoceros/uncap_protective_upper_li…
Browse files Browse the repository at this point in the history
…mits

REL: drop overly protective version upper limits for hard dependencies
  • Loading branch information
matthewturk committed Dec 16, 2021
2 parents d53dc05 + 5431093 commit 1315367
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 @@ -37,9 +37,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.2.3,<3.6 # keep in sync with tests/windows_conda_requirements.txt
matplotlib!=3.4.2,>=2.2.3 # keep in sync with tests/windows_conda_requirements.txt
more-itertools>=8.4
numpy>=1.14.5
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.4.2,>=2.2.3,<3.6 # keep in sync with setup.cfg
matplotlib!=3.4.2,>=2.2.3 # keep in sync with setup.cfg
scipy~=1.5.0

0 comments on commit 1315367

Please sign in to comment.