Skip to content

Commit

Permalink
Bump onnx from 1.16.0 to 1.17.0 in /isolation-forest-onnx (#56)
Browse files Browse the repository at this point in the history
Bumps [onnx](https://github.com/onnx/onnx) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/onnx/onnx/releases)
- [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md)
- [Commits](onnx/onnx@v1.16.0...v1.17.0)

---
updated-dependencies:
- dependency-name: onnx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 4206f56 commit 31d9a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion isolation-forest-onnx/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
avro-python3==1.9.1
numpy==1.26.4
onnx==1.16.0
onnx==1.17.0
onnxruntime==1.18.0
protobuf==5.26.1
2 changes: 1 addition & 1 deletion isolation-forest-onnx/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python_requires = >=3.9
install_requires =
avro_python3==1.9.1
numpy==1.26.4
onnx==1.16.0
onnx==1.17.0
onnxruntime==1.18.0
protobuf==5.26.1

Expand Down

0 comments on commit 31d9a22

Please sign in to comment.