Skip to content

Commit

Permalink
Bump ort from 2.0.0-rc.4 to 2.0.0-rc.6 in /src-tauri (#363)
Browse files Browse the repository at this point in the history
* Bump ort from 2.0.0-rc.4 to 2.0.0-rc.6 in /src-tauri

Bumps [ort](https://github.com/pykeio/ort) from 2.0.0-rc.4 to 2.0.0-rc.6.
- [Release notes](https://github.com/pykeio/ort/releases)
- [Commits](pykeio/ort@v2.0.0-rc.4...v2.0.0-rc.6)

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

Signed-off-by: dependabot[bot] <[email protected]>

* update ndarray

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ben Evans <[email protected]>
  • Loading branch information
dependabot[bot] and bencevans authored Sep 21, 2024
1 parent 646e2b9 commit 5d62225
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
32 changes: 23 additions & 9 deletions src-tauri/Cargo.lock

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

8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ rayon = "1.10.0"
chug = "1.1.0"
img-parts = "0.3.0"
tracing = "0.1.40"
ndarray = "0.15.6"
ndarray = "0.16.1"
walkdir = "2.5.0"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
tracing-test = { version = "0.2.5", feature = ["no-env-filter"] }
time = "0.3.36"

[target.'cfg(target_os = "windows")'.dependencies.ort]
version = "2.0.0-rc.2"
version = "2.0.0-rc.6"
features = ["download-binaries", "cuda", "tensorrt"]

[target.'cfg(target_os = "linux")'.dependencies.ort]
version = "2.0.0-rc.2"
version = "2.0.0-rc.6"
features = ["download-binaries", "cuda", "tensorrt"]

[target.'cfg(target_os = "macos")'.dependencies]
ort = { version = "2.0.0-rc.4", features = ["download-binaries", "coreml"] }
ort = { version = "2.0.0-rc.6", features = ["download-binaries", "coreml"] }

[features]
# by default Tauri runs in production mode
Expand Down

0 comments on commit 5d62225

Please sign in to comment.