Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3aaaafe

Browse files
committed
Add numpy to the list of dependencies
1 parent a397f81 commit 3aaaafe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# Just matplotlib :)
1+
# Just matplotlib and numpy :)
22
matplotlib>=3.0.0
3+
numpy

‎setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ project_urls =
2727

2828
[options]
2929
packages = proplot
30-
install_requires = matplotlib>=3.0.0,<3.6.0
30+
install_requires =
31+
matplotlib>=3.0.0,<3.6.0
32+
numpy
3133
include_package_data = True
3234
python_requires = >=3.6.0

0 commit comments

Comments
 (0)