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 3700e69 commit eaabf69Copy full SHA for eaabf69
examples/python_rust_compiled_function/Cargo.toml
@@ -11,4 +11,4 @@ crate-type = ["cdylib"]
11
[dependencies]
12
polars = { path = "../../polars" }
13
polars-arrow = { path = "../../polars/polars-arrow" }
14
-pyo3 = "0.16"
+pyo3 = { version = "0.16.4", features = ["extension-module"] }
0 commit comments