Skip to content

Commit 4c9fbb7

Browse files
committed
Specify matplotlib version requirements
1 parent 6da736f commit 4c9fbb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Just matplotlib :)
2-
matplotlib
2+
matplotlib>=3.3.0,<3.5.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ project_urls =
2626
[options]
2727
packages = proplot
2828
setup_requires = setuptools>=44; toml; setuptools_scm>=3.4.3
29-
install_requires = matplotlib
29+
install_requires = matplotlib>=3.3.0,<3.5.0
3030
include_package_data = True
3131
python_requires = >=3.6.0

0 commit comments

Comments
 (0)