Skip to content

Commit

Permalink
only require jemallocator for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Oct 18, 2023
1 parent 1ce5a87 commit 21d4df0
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 405 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
polars = { git = "https://github.com/pola-rs/polars", rev = "d00a43203b3ade009a5f858f4c698b6a50f5b1e6", version = "0.33.2", default-features = false }
polars-core = { git = "https://github.com/pola-rs/polars", rev = "d00a43203b3ade009a5f858f4c698b6a50f5b1e6", version = "0.33.2", default-features = false }
polars-ffi = { git = "https://github.com/pola-rs/polars", rev = "d00a43203b3ade009a5f858f4c698b6a50f5b1e6", version = "0.33.2", default-features = false }
polars-plan = { git = "https://github.com/pola-rs/polars", rev = "d00a43203b3ade009a5f858f4c698b6a50f5b1e6", version = "0.33.2", default-feautres = false }
polars-plan = { git = "https://github.com/pola-rs/polars", rev = "d00a43203b3ade009a5f858f4c698b6a50f5b1e6", version = "0.33.2", default-features = false }
polars-lazy = { git = "https://github.com/pola-rs/polars", rev = "d00a43203b3ade009a5f858f4c698b6a50f5b1e6", version = "0.33.2", default-features = false }
polars-time = { git = "https://github.com/pola-rs/polars", rev = "d00a43203b3ade009a5f858f4c698b6a50f5b1e6", version = "0.33.2", features = ["timezones"], default-features = false }
polars-ops = { git = "https://github.com/pola-rs/polars", rev = "d00a43203b3ade009a5f858f4c698b6a50f5b1e6", version = "0.33.2", default-features = false }
Expand Down
72 changes: 0 additions & 72 deletions example/derive_expression/expression_lib/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions example/derive_expression/expression_lib/Cargo.toml

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions example/derive_expression/expression_lib/pyproject.toml

This file was deleted.

95 changes: 0 additions & 95 deletions example/derive_expression/expression_lib/src/distances.rs

This file was deleted.

Loading

0 comments on commit 21d4df0

Please sign in to comment.