Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a397f81 commit 3aaaafeCopy full SHA for 3aaaafe
‎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