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 511b90d commit 19c2ab6Copy full SHA for 19c2ab6
1 file changed
Cargo.toml
@@ -31,7 +31,7 @@ full = ["opencl", "cuda", "grpc"]
31
abi3 = ["pyo3/abi3-py39"]
32
33
[dependencies]
34
-pyo3 = { version = "0.29.0", features = ["extension-module"] }
+pyo3 = { version = "0.29.0", features = ["extension-module", "auto-initialize"] }
35
numpy = "0.29.0"
36
ndarray = { version = "0.17", features = ["rayon"] }
37
rayon = "1.12"
0 commit comments