Skip to content

Commit

Permalink
chore: fix onnx vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed May 28, 2024
1 parent e7d6c60 commit 35609ba
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 61 deletions.
115 changes: 58 additions & 57 deletions poetry.lock

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

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ skorch = "0.11.0"
torch = "1.13.1"
typing-extensions = "4.5.0"
brevitas = "0.8.0"
# Update to 1.16.0 once onnxruntime supports this version
# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/4395
onnx = "1.15.0"
onnx = "1.16.1"
onnxoptimizer = "0.3.13"
# onnxruntime versions supported by onnx versions and opsets can be found here :
# https://onnxruntime.ai/docs/reference/compatibility.html#onnx-opset-support
onnxruntime = "1.17.3"
onnxruntime = "1.18"
hummingbird-ml = {version="0.4.8", extras = ["onnx"]}
scikit-learn = "1.1.3"
scipy = "1.10.1"
Expand Down

0 comments on commit 35609ba

Please sign in to comment.