Skip to content

Commit

Permalink
try removing pyo3-polars from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Oct 18, 2023
1 parent df8be45 commit ba16f0a
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 720 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
resolver = "2"
members = [
"polars_business/polars_business",
"pyo3-polars",
"pyo3-polars-derive",
]

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion polars_business/polars_business/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ polars-time = { workspace = true, default-features = false }
polars-plan = { workspace = true, default-features = false }
polars-ops = { workspace = true, default-features = false }
pyo3 = { version = "0.20.0", features = ["extension-module"] }
pyo3-polars = { version = "*", path = "../../pyo3-polars", features = ["derive"] }
pyo3-polars = { git = "https://github.com/pola-rs/pyo3-polars", rev = "0a3df66ce626504e418491cb4b1d31bd3ee7ed6c", features = ["derive"] }
serde = { version = "1", features = ["derive"] }

[target .'cfg(target_os = "linux")']
Expand Down
28 changes: 0 additions & 28 deletions pyo3-polars-derive/Cargo.toml

This file was deleted.

4 changes: 0 additions & 4 deletions pyo3-polars-derive/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions pyo3-polars-derive/src/attr.rs

This file was deleted.

2 changes: 0 additions & 2 deletions pyo3-polars-derive/src/keywords.rs

This file was deleted.

212 changes: 0 additions & 212 deletions pyo3-polars-derive/src/lib.rs

This file was deleted.

19 changes: 0 additions & 19 deletions pyo3-polars-derive/tests/01.rs

This file was deleted.

14 changes: 0 additions & 14 deletions pyo3-polars-derive/tests/02.rs

This file was deleted.

6 changes: 0 additions & 6 deletions pyo3-polars-derive/tests/run.rs

This file was deleted.

27 changes: 0 additions & 27 deletions pyo3-polars/Cargo.toml

This file was deleted.

Loading

0 comments on commit ba16f0a

Please sign in to comment.