summaryrefslogtreecommitdiff
path: root/candle-pyo3
diff options
context:
space:
mode:
Diffstat (limited to 'candle-pyo3')
-rw-r--r--candle-pyo3/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-pyo3/Cargo.toml b/candle-pyo3/Cargo.toml
index 97631b0a..1d431cfb 100644
--- a/candle-pyo3/Cargo.toml
+++ b/candle-pyo3/Cargo.toml
@@ -15,8 +15,8 @@ crate-type = ["cdylib"]
doc = false
[dependencies]
-candle = { path = "../candle-core", version = "0.2.1", package = "candle-core" }
-candle-nn = { path = "../candle-nn", version = "0.2.1" }
+candle = { path = "../candle-core", version = "0.2.2", package = "candle-core" }
+candle-nn = { path = "../candle-nn", version = "0.2.2" }
half = { workspace = true }
pyo3 = { version = "0.19.0", features = ["extension-module"] }