Skip to content

Commit

Permalink
Merge pull request #429 from firefly-cpp/master
Browse files Browse the repository at this point in the history
Add numpy to the list of dependencies
  • Loading branch information
lukelbd committed Jun 17, 2023
2 parents a397f81 + 3aaaafe commit f0396ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,2 +1,3 @@
# Just matplotlib :)
# Just matplotlib and numpy :)
matplotlib>=3.0.0
numpy
4 changes: 3 additions & 1 deletion setup.cfg
Expand Up @@ -27,6 +27,8 @@ project_urls =

[options]
packages = proplot
install_requires = matplotlib>=3.0.0,<3.6.0
install_requires =
matplotlib>=3.0.0,<3.6.0
numpy
include_package_data = True
python_requires = >=3.6.0

0 comments on commit f0396ff

Please sign in to comment.