Skip to content

Commit c47a480

Browse files
dependabot[bot]hyperpolymath
authored andcommitted
chore(deps): bump tch from 0.13.0 to 0.24.0
Bumps [tch](https://github.com/LaurentMazare/tch-rs) from 0.13.0 to 0.24.0. - [Release notes](https://github.com/LaurentMazare/tch-rs/releases) - [Changelog](https://github.com/LaurentMazare/tch-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/LaurentMazare/tch-rs/commits) --- updated-dependencies: - dependency-name: tch dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f82dc52 commit c47a480

2 files changed

Lines changed: 24 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 23 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ clap = { version = "4.6", features = ["derive"] }
2525
reqwest = { version = "0.13", features = ["json"], optional = true }
2626
git2 = { version = "0.20", optional = true } # Git repo parsing
2727
postgres = { version = "0.19", features = ["with-uuid-1"], optional = true }
28-
tch = { version = "0.13", optional = true } # PyTorch embeddings
28+
tch = { version = "0.24", optional = true } # PyTorch embeddings
2929

3030
[features]
3131
default = []

0 commit comments

Comments
 (0)