Skip to content

Commit

Permalink
Update tch requirement from 0.16 to 0.17
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: tch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent f09cbc2 commit b7846c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default = ["tch"]
download-libtorch = ["tch/download-libtorch"]

[dependencies]
tch = { version = "0.16", optional = true }
tch = { version = "0.17", optional = true }
einops-macros = { path = "einops-macros", version = "0.1.0-alpha.2" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit b7846c8

Please sign in to comment.