Skip to content

Commit

Permalink
Add missing numpy dependency to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed May 10, 2024
1 parent cbad249 commit be2f226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ test_suite = tests
include_package_data = true
setup_requires = setuptools >=46.4
install_requires =
numpy ~=1.0
importlib-resources >=1.3 ; python_version < '3.9'

[options.package_data]
Expand Down

0 comments on commit be2f226

Please sign in to comment.