Skip to content

Commit

Permalink
use abi3-py38 feature in example (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Feb 27, 2024
1 parent 63d81f2 commit fa86780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/derive_expression/expression_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
polars = { workspace = true, features = ["fmt", "dtype-date", "timezones"], default-features = false }
pyo3 = { version = "0.20", features = ["abi3-py38"] }
pyo3-polars = { version = "*", path = "../../../pyo3-polars", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
rayon = "1.7.0"
Expand Down

0 comments on commit fa86780

Please sign in to comment.