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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-pyo3/Cargo.toml b/candle-pyo3/Cargo.toml
index 7c6fbd68..88001334 100644
--- a/candle-pyo3/Cargo.toml
+++ b/candle-pyo3/Cargo.toml
@@ -20,10 +20,10 @@ candle-nn = { workspace = true }
candle-onnx = { workspace = true, optional = true }
half = { workspace = true }
intel-mkl-src = { workspace = true, optional = true }
-pyo3 = { version = "0.20.0", features = ["extension-module", "abi3-py38"] }
+pyo3 = { version = "0.21.0", features = ["extension-module", "abi3-py38"] }
[build-dependencies]
-pyo3-build-config = "0.20"
+pyo3-build-config = "0.21"
[features]
default = []