Skip to content

Commit

Permalink
[Cherry-pick] Pin numpy version #247 (#248)
Browse files Browse the repository at this point in the history
* Pin numpy version to <=1.21.6

* Bump to hotfix version 1.3.1
  • Loading branch information
rahul-tuli committed Dec 20, 2022
1 parent 3c4f7fb commit 34ab6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion src/sparsezoo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from datetime import date


version_base = "1.3.0"
version_base = "1.3.1"
is_release = False # change to True to set the generated version as a release version


Expand Down

0 comments on commit 34ab6f0

Please sign in to comment.