Skip to content

Commit

Permalink
features
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Aug 14, 2024
1 parent 641c728 commit 4411c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ moment = ["polars-ops/moment", "polars-lazy?/moment"]
partition_by = ["polars-core/partition_by"]
pct_change = ["polars-ops/pct_change", "polars-lazy?/pct_change"]
peaks = ["polars-lazy/peaks"]
pivot = ["polars-lazy?/pivot", "polars-ops/pivot"]
pivot = ["polars-lazy?/pivot", "polars-ops/pivot", "dtype-struct", "rows"]
product = ["polars-core/product"]
propagate_nans = ["polars-lazy?/propagate_nans"]
range = ["polars-lazy?/range"]
Expand Down

0 comments on commit 4411c44

Please sign in to comment.