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 f83b445 commit 6d05f1cCopy full SHA for 6d05f1c
Cargo.toml
@@ -15,7 +15,7 @@ libc = "0.2"
15
num-complex = "0.2"
16
num-traits = "0.2"
17
ndarray = ">=0.13"
18
-pyo3 = "0.12.0"
+pyo3 = "0.12"
19
20
[features]
21
# In default setting, python version is automatically detected
examples/linalg/Cargo.toml
@@ -14,5 +14,5 @@ ndarray = ">= 0.13"
14
ndarray-linalg = { version = "0.12", features = ["openblas"] }
[dependencies.pyo3]
-version = "0.12.0"
+version = "0.12"
features = ["extension-module"]
examples/simple-extension/Cargo.toml
@@ -13,5 +13,5 @@ numpy = { path = "../.." }
13
ndarray = ">= 0.12"
0 commit comments