Skip to content

Commit

Permalink
Merge pull request #17 from VasanthakumarV/dependabot/cargo/tch-0.18
Browse files Browse the repository at this point in the history
Update tch requirement from 0.17 to 0.18
  • Loading branch information
VasanthakumarV authored Oct 28, 2024
2 parents bab586e + d205909 commit 922c985
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.17", optional = true }
tch = { version = "0.18", optional = true }
einops-macros = { path = "einops-macros", version = "0.1.0-alpha.2" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 922c985

Please sign in to comment.