Skip to content

Commit

Permalink
fix(python): enable extension module feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Sep 20, 2024
1 parent 37dcac8 commit a50bea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ geoparquet = [

[dependencies]
geojson = "0.24"
pyo3 = "0.22"
pyo3 = { version = "0.22", features = ["extension-module"] }
pythonize = "0.22"
serde = "1"
serde_json = "1"
Expand Down

0 comments on commit a50bea1

Please sign in to comment.