Skip to content

Commit

Permalink
Bump tract-onnx from 0.21.6 to 0.21.7 in /cattus-engine
Browse files Browse the repository at this point in the history
Bumps [tract-onnx](https://github.com/snipsco/tract) from 0.21.6 to 0.21.7.
- [Release notes](https://github.com/snipsco/tract/releases)
- [Changelog](https://github.com/sonos/tract/blob/main/CHANGELOG.md)
- [Commits](sonos/tract@0.21.6...0.21.7)

---
updated-dependencies:
- dependency-name: tract-onnx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 454e03c commit 246f2d0
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 20 deletions.
111 changes: 92 additions & 19 deletions cattus-engine/Cargo.lock

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

2 changes: 1 addition & 1 deletion cattus-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pleco = "0.5.*"

# Optional dependencies for model inference
pyo3 = { version = "0.22.0", features = ["auto-initialize"], optional = true }
tract-onnx = { version = "0.21.5", optional = true }
tract-onnx = { version = "0.21.7", optional = true }
ort_lib = { package = "ort", version = "2.0.0-rc.4", optional = true }

[features]
Expand Down

0 comments on commit 246f2d0

Please sign in to comment.