summaryrefslogtreecommitdiff
path: root/candle-pyo3/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'candle-pyo3/Cargo.toml')
-rw-r--r--candle-pyo3/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/candle-pyo3/Cargo.toml b/candle-pyo3/Cargo.toml
index 60272c9b..97631b0a 100644
--- a/candle-pyo3/Cargo.toml
+++ b/candle-pyo3/Cargo.toml
@@ -16,6 +16,7 @@ doc = false
[dependencies]
candle = { path = "../candle-core", version = "0.2.1", package = "candle-core" }
+candle-nn = { path = "../candle-nn", version = "0.2.1" }
half = { workspace = true }
pyo3 = { version = "0.19.0", features = ["extension-module"] }