Skip to content

Commit

Permalink
Merge pull request #3150 from neutrinoceros/pin_matplotib_max
Browse files Browse the repository at this point in the history
maint: pin matplotlib maximal supported version
  • Loading branch information
munkm committed Mar 26, 2021
2 parents 51bf07f + 92d6cdb commit c6cd7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def has_ext_modules(self):
packages=find_packages(),
include_package_data=True,
install_requires=[
"matplotlib>=2.0.2",
"matplotlib>=2.0.2,<3.4",
"setuptools>=19.6",
"sympy>=1.2",
"numpy>=1.10.4",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ fastcache~=1.0.2
glueviz~=0.13.3
h5py~=3.1.0
ipython~=7.6.1
matplotlib~=3.3
matplotlib<3.4
nose-timer~=1.0.0
nose~=1.3.7
pandas~=1.1.2
Expand Down

0 comments on commit c6cd7c9

Please sign in to comment.