Skip to content

Commit

Permalink
Merge pull request #14 from VasanthakumarV/dependabot/cargo/tch-0.15
Browse files Browse the repository at this point in the history
Update tch requirement from 0.14 to 0.15
  • Loading branch information
VasanthakumarV authored Mar 4, 2024
2 parents 5d6bcb2 + 7e47a2f commit 261b298
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.14", optional = true }
tch = { version = "0.15", optional = true }
einops-macros = { path = "einops-macros", version = "0.1.0-alpha.2" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 261b298

Please sign in to comment.