Skip to content

Commit

Permalink
update numpy version to match sparseml
Browse files Browse the repository at this point in the history
numpy 2.0 is released and not yet compatible with this repo
  • Loading branch information
bfineran authored Jun 18, 2024
1 parent b4fb6fc commit 4873487
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 @@ -46,7 +46,7 @@
_PACKAGE_NAME = "sparsezoo-nightly"

_deps = [
"numpy>=1.0.0",
"numpy>=1.17.0,<2.0",
"onnx>=1.5.0,<1.15.0",
"pyyaml>=5.1.0",
"requests>=2.0.0",
Expand Down

0 comments on commit 4873487

Please sign in to comment.