Skip to content

Commit

Permalink
Pin numpy version to <=1.21.6 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli authored Dec 21, 2022
1 parent 79e692f commit 0160db9
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",
"numpy>=1.0.0,<=1.21.6",
"onnx>=1.5.0,<=1.12.0",
"pyyaml>=5.1.0",
"requests>=2.0.0",
Expand Down

0 comments on commit 0160db9

Please sign in to comment.