Skip to content

Commit

Permalink
fix: update numpy for py311 and hummingbird (#901)
Browse files Browse the repository at this point in the history
Co-authored-by: andrei-stoian-zama <[email protected]>
  • Loading branch information
andrei-stoian-zama and andrei-stoian-zama authored Sep 28, 2024
1 parent b909620 commit 153a9eb
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion deps_licenses/licenses_linux_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ joblib, 1.4.2, BSD License
jsonpickle, 3.3.0, BSD License
mpmath, 1.3.0, BSD License
networkx, 3.1, BSD License
numpy, 1.23.5, BSD License
numpy, 1.24.2, BSD License
nvidia-cublas-cu12, 12.1.3.1, Other/Proprietary License
nvidia-cuda-cupti-cu12, 12.1.105, Other/Proprietary License
nvidia-cuda-nvrtc-cu12, 12.1.105, Other/Proprietary License
Expand Down
2 changes: 1 addition & 1 deletion deps_licenses/licenses_linux_user.txt.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4e85bce827524070befed6799ac55e5e
ac76836858506534a0dc01cae9341f7d
2 changes: 1 addition & 1 deletion deps_licenses/licenses_mac_intel_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ joblib, 1.4.2, BSD License
jsonpickle, 3.3.0, BSD License
mpmath, 1.3.0, BSD License
networkx, 3.1, BSD License
numpy, 1.23.5, BSD License
numpy, 1.24.2, BSD License
onnx, 1.16.1, Apache License v2.0
onnxconverter-common, 1.13.0, MIT License
onnxmltools, 1.12.0, Apache Software License
Expand Down
2 changes: 1 addition & 1 deletion deps_licenses/licenses_mac_intel_user.txt.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4e85bce827524070befed6799ac55e5e
ac76836858506534a0dc01cae9341f7d
2 changes: 1 addition & 1 deletion deps_licenses/licenses_mac_silicon_user.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ joblib, 1.4.2, BSD License
jsonpickle, 3.3.0, BSD License
mpmath, 1.3.0, BSD License
networkx, 3.1, BSD License
numpy, 1.23.5, BSD License
numpy, 1.24.2, BSD License
onnx, 1.16.1, Apache License v2.0
onnxconverter-common, 1.13.0, MIT License
onnxmltools, 1.12.0, Apache Software License
Expand Down
2 changes: 1 addition & 1 deletion deps_licenses/licenses_mac_silicon_user.txt.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4e85bce827524070befed6799ac55e5e
ac76836858506534a0dc01cae9341f7d
62 changes: 31 additions & 31 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ onnxruntime = "1.18"
hummingbird-ml = {version="0.4.11", extras = ["onnx"]}
scikit-learn = "1.1.3"
scipy = "1.10.1"
numpy = "1.23.5"
numpy = "1.24.2"
protobuf = "^4.25.2"
pandas = "2.0.3"

Expand Down

0 comments on commit 153a9eb

Please sign in to comment.