Skip to content

Commit

Permalink
Remove NumPy from SETUP_REQUIRES (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianZim authored May 5, 2022
1 parent bee076f commit 564228e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Programming Language :: Python",
]
INSTALL_REQUIRES = ["numpy"]
SETUP_REQUIRES = INSTALL_REQUIRES + [
SETUP_REQUIRES = [
"setuptools>=40.6.0",
"setuptools_scm",
"wheel",
Expand Down

0 comments on commit 564228e

Please sign in to comment.