We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f1b36 commit 63da099Copy full SHA for 63da099
examples/linalg/Cargo.toml
@@ -14,5 +14,5 @@ ndarray = ">= 0.13"
14
ndarray-linalg = { version = "0.12", features = ["openblas"] }
15
16
[dependencies.pyo3]
17
-version = "0.11.1"
+version = "0.12.0"
18
features = ["extension-module"]
examples/simple-extension/Cargo.toml
@@ -13,5 +13,5 @@ numpy = { path = "../.." }
13
ndarray = ">= 0.12"
0 commit comments