diff options
Diffstat (limited to 'candle-examples')
-rw-r--r-- | candle-examples/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-examples/Cargo.toml b/candle-examples/Cargo.toml index 7372e24f..b1913541 100644 --- a/candle-examples/Cargo.toml +++ b/candle-examples/Cargo.toml @@ -21,7 +21,7 @@ half = { workspace = true, optional = true } image = { workspace = true } intel-mkl-src = { workspace = true, optional = true } num-traits = { workspace = true } -pyo3 = { version = "0.19.0", features = ["auto-initialize"], optional = true } +pyo3 = { version = "0.20.0", features = ["auto-initialize"], optional = true } rayon = { workspace = true } safetensors = { workspace = true } serde = { workspace = true } |