Skip to content

Commit

Permalink
activate
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Sep 10, 2024
1 parent 92624a7 commit dc8a1e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions py-polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]

[dependencies]
libc = { workspace = true }
polars-python = { workspace = true, features = ["pymethods"] }
polars-python = { workspace = true, features = ["pymethods", "iejoin"] }
pyo3 = { workspace = true, features = ["abi3-py38", "chrono", "extension-module", "multiple-pymethods"] }

[build-dependencies]
Expand Down Expand Up @@ -45,7 +45,6 @@ is_in = ["polars-python/is_in"]
json = ["polars-python/json"]
sign = ["polars-python/sign"]
asof_join = ["polars-python/asof_join"]
iejoin = ["polars-python/iejoin"]
cross_join = ["polars-python/cross_join"]
pct_change = ["polars-python/pct_change"]
repeat_by = ["polars-python/repeat_by"]
Expand Down

0 comments on commit dc8a1e2

Please sign in to comment.