Skip to content

Commit

Permalink
Require NumPy
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicWink committed Sep 26, 2024
1 parent dba3b9e commit 501da3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
],
ext_modules = extensions,
long_description = readme,
install_requires = [],
install_requires = [
"numpy",
],
classifiers =
[
"Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit 501da3a

Please sign in to comment.