Skip to content

Commit

Permalink
fix: update numpy for py311 and hummingbird
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-stoian-zama committed Sep 28, 2024
1 parent b909620 commit e2c1d4c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
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 e2c1d4c

Please sign in to comment.