We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da736f commit 4c9fbb7Copy full SHA for 4c9fbb7
requirements.txt
@@ -1,2 +1,2 @@
1
# Just matplotlib :)
2
-matplotlib
+matplotlib>=3.3.0,<3.5.0
setup.cfg
@@ -26,6 +26,6 @@ project_urls =
26
[options]
27
packages = proplot
28
setup_requires = setuptools>=44; toml; setuptools_scm>=3.4.3
29
-install_requires = matplotlib
+install_requires = matplotlib>=3.3.0,<3.5.0
30
include_package_data = True
31
python_requires = >=3.6.0
0 commit comments