Skip to content

Commit

Permalink
build(rust): Remove extension-module from polars-python (#18554)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Sep 5, 2024
1 parent 8b05027 commit e4746a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion crates/polars-plan/src/plans/aexpr/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ pub enum AExpr {
truthy: Node,
falsy: Node,
},
#[cfg_attr(feature = "ir_serde", serde(skip))]
AnonymousFunction {
input: Vec<ExprIR>,
function: SpecialEq<Arc<dyn SeriesUdf>>,
Expand Down
2 changes: 1 addition & 1 deletion crates/polars-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ num-traits = { workspace = true }
# https://github.com/PyO3/rust-numpy/issues/409
numpy = { git = "https://github.com/stinodego/rust-numpy.git", rev = "9ba9962ae57ba26e35babdce6f179edf5fe5b9c8", default-features = false }
once_cell = { workspace = true }
pyo3 = { workspace = true, features = ["abi3-py38", "chrono", "extension-module", "multiple-pymethods"] }
pyo3 = { workspace = true, features = ["abi3-py38", "chrono", "multiple-pymethods"] }
recursive = { workspace = true }
serde_json = { workspace = true, optional = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit e4746a5

Please sign in to comment.