Skip to content

Commit

Permalink
[Cherry-pick] pin numpy version #828 (#829)
Browse files Browse the repository at this point in the history
* Pin numpy version to `<=1.22.1`

* Bump to hotfix version
  • Loading branch information
rahul-tuli committed Dec 20, 2022
1 parent 970e0bf commit 34a9590
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 @@ -85,7 +85,7 @@ def _parse_requirements_file(file_path):


_deps = [
"numpy>=1.16.3",
"numpy>=1.16.3,<=1.21.6",
"onnx>=1.5.0,<=1.12.0",
"pydantic>=1.8.2",
"requests>=2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/deepsparse/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from deepsparse.generated_version import is_enterprise, is_release, splash, version
except Exception:
# otherwise, fall back to version info in this file
version = "1.3.0"
version = "1.3.1"
is_release = False
is_enterprise = False
splash = (
Expand Down

0 comments on commit 34a9590

Please sign in to comment.