Skip to content

Commit eaabf69

Browse files
MaxymeMaxime Jacques
and
Maxime Jacques
authored
Add extension_module in python example to skip linking against libpython.so and fix cargo build on unix systems (pola-rs#3358)
Co-authored-by: Maxime Jacques <[email protected]>
1 parent 3700e69 commit eaabf69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python_rust_compiled_function/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
polars = { path = "../../polars" }
1313
polars-arrow = { path = "../../polars/polars-arrow" }
14-
pyo3 = "0.16"
14+
pyo3 = { version = "0.16.4", features = ["extension-module"] }

0 commit comments

Comments
 (0)