Skip to content

Commit

Permalink
Update tch requirement from 0.16 to 0.17
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: tch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and milenkovicm committed Aug 12, 2024
1 parent d1de3b3 commit 6a6e7f0
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 @@ -10,7 +10,7 @@ datafusion = { version = "41.0" }
# datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev="799be5e76bd631608b2357dbbe600afc2cebc359" }
thiserror = { version = "1.0"}
log = { version = "0.4" }
tch = { version = "0.16", features = ["download-libtorch"] }
tch = { version = "0.17", features = ["download-libtorch"] }

async-trait = { version = "0.1" }
parking_lot = { version = "0.12" }
Expand Down

0 comments on commit 6a6e7f0

Please sign in to comment.