Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Oct 18, 2023
1 parent 8ab4b14 commit df8be45
Showing 1 changed file with 1 addition and 1 deletion.
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 = { version = "*", path = "../../pyo3-polars", features = ["derive"] }
serde = { version = "1", features = ["derive"] }

[target .'cfg(target_os = "linux")']
Expand Down

0 comments on commit df8be45

Please sign in to comment.