Skip to content

Commit

Permalink
Merge pull request #16 from VasanthakumarV/dependabot/cargo/tch-0.17
Browse files Browse the repository at this point in the history
Update tch requirement from 0.16 to 0.17
  • Loading branch information
VasanthakumarV authored Oct 14, 2024
2 parents f09cbc2 + b7846c8 commit bab586e
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 bab586e

Please sign in to comment.