Skip to content

Commit

Permalink
Update tch requirement from 0.10.1 to 0.18.1
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 Dec 27, 2024
1 parent 5cb595d commit 6b9ed91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ai-layer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
tokio = { version = "1.0", features = ["full"] }
tch = { version = "0.10.1", optional = true }
tch = { version = "0.18.1", optional = true }
pyo3 = { version = "0.18", features = ["auto-initialize"] }
bincode = "1.3"

Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rand = "0.8"
sha2 = "0.10"
hex = "0.4"
rocksdb = "0.21"
tch = { version = "0.10.1", optional = true }
tch = { version = "0.18.1", optional = true }
pyo3 = { version = "0.18", features = ["auto-initialize"] }
tempfile = "3.14"
chrono = "0.4"
Expand Down

0 comments on commit 6b9ed91

Please sign in to comment.