Skip to content

Commit

Permalink
Don't specify a pre-release in the numpy dependency (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Mar 12, 2024
1 parent 550d1cf commit 325baa4
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 @@ -14,7 +14,7 @@
__version__ = version["__version__"]

install_requires = [
"NumPy>=1.17.0rc1",
"NumPy>=1.17",
]


Expand Down

0 comments on commit 325baa4

Please sign in to comment.