Skip to content

Commit

Permalink
Update more packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Apr 14, 2024
1 parent a4c1432 commit dd74e82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/python-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.18.3", features = ["extension-module"] }
pyo3-tch = { path = "../../pyo3-tch", version = "0.15.0" }
tch = { path = "../..", features = ["python-extension"], version = "0.15.0" }
torch-sys = { path = "../../torch-sys", features = ["python-extension"], version = "0.15.0" }
pyo3-tch = { path = "../../pyo3-tch", version = "0.16.0" }
tch = { path = "../..", features = ["python-extension"], version = "0.16.0" }
torch-sys = { path = "../../torch-sys", features = ["python-extension"], version = "0.16.0" }
6 changes: 3 additions & 3 deletions pyo3-tch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyo3-tch"
version = "0.15.0"
version = "0.16.0"
authors = ["Laurent Mazare <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand All @@ -12,6 +12,6 @@ categories = ["science"]
license = "MIT/Apache-2.0"

[dependencies]
tch = { path = "..", features = ["python-extension"], version = "0.15.0" }
torch-sys = { path = "../torch-sys", features = ["python-extension"], version = "0.15.0" }
tch = { path = "..", features = ["python-extension"], version = "0.16.0" }
torch-sys = { path = "../torch-sys", features = ["python-extension"], version = "0.16.0" }
pyo3 = { version = "0.18.3", features = ["extension-module"] }

0 comments on commit dd74e82

Please sign in to comment.