We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a397f81 + 3aaaafe commit f0396ffCopy full SHA for f0396ff
requirements.txt
@@ -1,2 +1,3 @@
1
-# Just matplotlib :)
+# Just matplotlib and numpy :)
2
matplotlib>=3.0.0
3
+numpy
setup.cfg
@@ -27,6 +27,8 @@ project_urls =
27
28
[options]
29
packages = proplot
30
-install_requires = matplotlib>=3.0.0,<3.6.0
+install_requires =
31
+ matplotlib>=3.0.0,<3.6.0
32
+ numpy
33
include_package_data = True
34
python_requires = >=3.6.0
0 commit comments