Skip to content

Commit

Permalink
Merge pull request #63 from Tudyx/dependabot/cargo/tch-0.16.0
Browse files Browse the repository at this point in the history
chore(deps): update tch requirement from 0.15.0 to 0.16.0
  • Loading branch information
Tudyx committed May 7, 2024
2 parents c9ef650 + 9aa55a5 commit 6f8acc0
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 @@ -31,7 +31,7 @@ ndarray = { version = "0.15.4", features = ["serde"] }
ndarray-rand = "0.14.0"
itertools = "0.11.0"
rand = "0.8.5"
tch = { version = "0.15.0", optional = true, features = ["download-libtorch"] }
tch = { version = "0.16.0", optional = true, features = ["download-libtorch"] }
rayon = { version = "1.7.0", optional = true }
once_cell = { version = "1.17.1", optional = true }

Expand Down

0 comments on commit 6f8acc0

Please sign in to comment.