Skip to content

Commit 3f102ed

Browse files
committed
fix: make pyo3 optional again
1 parent 610a895 commit 3f102ed

File tree

3 files changed

+18
-25
lines changed

3 files changed

+18
-25
lines changed

Cargo.lock

Lines changed: 16 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ edition = "2021"
5050
license = "Apache-2.0"
5151

5252
[workspace.dependencies]
53-
arrow = { version = "33.0", features = ["pyarrow"] }
53+
arrow = { version = "33.0" }
5454
arrow-array = "33.0"
5555
arrow-flight = "33.0"
5656
arrow-schema = { version = "33.0", features = ["serde"] }

src/script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license.workspace = true
66

77
[features]
88
default = ["python"]
9-
pyo3_backend = ["pyo3"]
9+
pyo3_backend = ["pyo3", "arrow/pyarrow"]
1010
python = [
1111
"dep:datafusion",
1212
"dep:datafusion-common",

0 commit comments

Comments
 (0)