Skip to content

Commit d8acacf

Browse files
committed
chore: Fix python release
1 parent 3e2119f commit d8acacf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py-polars/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
libc = { workspace = true }
12+
# Explicit dependency is needed to add bigidx in CI during release
13+
polars = { workspace = true }
1214
polars-python = { workspace = true, features = ["pymethods", "iejoin"] }
1315
pyo3 = { workspace = true, features = ["abi3-py38", "chrono", "extension-module", "multiple-pymethods"] }
1416

0 commit comments

Comments
 (0)