Skip to content

Commit

Permalink
Update numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Jun 12, 2023
1 parent f1c4b5e commit 2cb5c64
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 @@ -40,7 +40,7 @@
_PACKAGE_NAME = "sparsezoo" if is_release else "sparsezoo-nightly"

_deps = [
"numpy>=1.0.0,<=1.21.6",
"numpy>=1.0.0",
"onnx>=1.5.0,<=1.12.0",
"pyyaml>=5.1.0",
"requests>=2.0.0",
Expand Down

0 comments on commit 2cb5c64

Please sign in to comment.