Skip to content

Commit

Permalink
Bump onnxruntime from 1.15.1 to 1.16.1
Browse files Browse the repository at this point in the history
Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.15.1 to 1.16.1.
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](microsoft/onnxruntime@v1.15.1...v1.16.1)

---
updated-dependencies:
- dependency-name: onnxruntime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 1df9950 commit b5d29c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pillow==10.0.0
keras~=2.10.0
# Inference
rembg==2.0.50
onnxruntime==1.15.1
onnxruntime==1.16.1
scipy==1.11.2
# Export to onnx
tf2onnx==1.14.0 # Not upgradable due to incompatibility with onnxruntime/tf
Expand Down
2 changes: 1 addition & 1 deletion web_ui/build_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pooch==1.7.0
numpy==1.23.5
Pillow==10.0.0
rembg~=2.0.32
onnxruntime==1.15.1
onnxruntime==1.16.1

0 comments on commit b5d29c8

Please sign in to comment.