diff options
Diffstat (limited to 'candle-pyo3/Cargo.toml')
-rw-r--r-- | candle-pyo3/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-pyo3/Cargo.toml b/candle-pyo3/Cargo.toml index 488404bf..b0452404 100644 --- a/candle-pyo3/Cargo.toml +++ b/candle-pyo3/Cargo.toml @@ -19,10 +19,10 @@ candle = { path = "../candle-core", version = "0.3.0", package = "candle-core" } candle-nn = { path = "../candle-nn", version = "0.3.0" } half = { workspace = true } intel-mkl-src = { workspace = true, optional = true } -pyo3 = { version = "0.19.0", features = ["extension-module", "abi3-py38"] } +pyo3 = { version = "0.20.0", features = ["extension-module", "abi3-py38"] } [build-dependencies] -pyo3-build-config = "0.19" +pyo3-build-config = "0.20" [features] default = [] |