summaryrefslogtreecommitdiff
path: root/candle-pyo3
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-09-12 06:39:24 +0100
committerGitHub <noreply@github.com>2023-09-12 06:39:24 +0100
commit2257f4d475c676e33dbd8dbafabf95e821d27f62 (patch)
tree150a547724b8b09ea000748f639abfc8ff879961 /candle-pyo3
parent871efc0307e39441236327643abb397b3ab200d0 (diff)
downloadcandle-2257f4d475c676e33dbd8dbafabf95e821d27f62.tar.gz
candle-2257f4d475c676e33dbd8dbafabf95e821d27f62.tar.bz2
candle-2257f4d475c676e33dbd8dbafabf95e821d27f62.zip
Bump the crate version + update the changelog. (#822)
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"] }