Skip to content

Commit

Permalink
Merge pull request #354 from carderne/master
Browse files Browse the repository at this point in the history
Specify maximum matplotlib dependency
  • Loading branch information
lukelbd committed Apr 13, 2022
2 parents f38becf + e0e98bf commit 6cb47b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ project_urls =
[options]
packages = proplot
setup_requires = setuptools>=44; toml; setuptools_scm>=3.4.3
install_requires = matplotlib>=3.0.0
install_requires = matplotlib>=3.0.0,<3.6.0
include_package_data = True
python_requires = >=3.6.0

0 comments on commit 6cb47b9

Please sign in to comment.