Skip to content

Commit 153a9eb

Browse files
fix: update numpy for py311 and hummingbird (#901)
Co-authored-by: andrei-stoian-zama <andrei-stoian-zama@users.noreply.github.com>
1 parent b909620 commit 153a9eb

8 files changed

+38
-38
lines changed

deps_licenses/licenses_linux_user.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ joblib, 1.4.2, BSD License
2121
jsonpickle, 3.3.0, BSD License
2222
mpmath, 1.3.0, BSD License
2323
networkx, 3.1, BSD License
24-
numpy, 1.23.5, BSD License
24+
numpy, 1.24.2, BSD License
2525
nvidia-cublas-cu12, 12.1.3.1, Other/Proprietary License
2626
nvidia-cuda-cupti-cu12, 12.1.105, Other/Proprietary License
2727
nvidia-cuda-nvrtc-cu12, 12.1.105, Other/Proprietary License
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4e85bce827524070befed6799ac55e5e
1+
ac76836858506534a0dc01cae9341f7d

deps_licenses/licenses_mac_intel_user.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ joblib, 1.4.2, BSD License
2121
jsonpickle, 3.3.0, BSD License
2222
mpmath, 1.3.0, BSD License
2323
networkx, 3.1, BSD License
24-
numpy, 1.23.5, BSD License
24+
numpy, 1.24.2, BSD License
2525
onnx, 1.16.1, Apache License v2.0
2626
onnxconverter-common, 1.13.0, MIT License
2727
onnxmltools, 1.12.0, Apache Software License
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4e85bce827524070befed6799ac55e5e
1+
ac76836858506534a0dc01cae9341f7d

deps_licenses/licenses_mac_silicon_user.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ joblib, 1.4.2, BSD License
2121
jsonpickle, 3.3.0, BSD License
2222
mpmath, 1.3.0, BSD License
2323
networkx, 3.1, BSD License
24-
numpy, 1.23.5, BSD License
24+
numpy, 1.24.2, BSD License
2525
onnx, 1.16.1, Apache License v2.0
2626
onnxconverter-common, 1.13.0, MIT License
2727
onnxmltools, 1.12.0, Apache Software License
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4e85bce827524070befed6799ac55e5e
1+
ac76836858506534a0dc01cae9341f7d

poetry.lock

Lines changed: 31 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ onnxruntime = "1.18"
5858
hummingbird-ml = {version="0.4.11", extras = ["onnx"]}
5959
scikit-learn = "1.1.3"
6060
scipy = "1.10.1"
61-
numpy = "1.23.5"
61+
numpy = "1.24.2"
6262
protobuf = "^4.25.2"
6363
pandas = "2.0.3"
6464

0 commit comments

Comments
 (0)