Skip to content

Commit

Permalink
only use python feature in pyvortex (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
a10y authored Aug 9, 2024
1 parent a1c1da7 commit 9e46b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ahash = "0.8.11"
allocator-api2 = "0.2.16"
anyhow = "1.0"
arrayref = "0.3.7"
arrow = { version = "52.0.0", features = ["pyarrow"] }
arrow = { version = "52.0.0" }
arrow-arith = "52.0.0"
arrow-array = "52.0.0"
arrow-buffer = "52.0.0"
Expand Down
2 changes: 1 addition & 1 deletion pyvortex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name = "pyvortex"
crate-type = ["rlib", "cdylib"]

[dependencies]
arrow = { workspace = true }
arrow = { workspace = true, features = ["pyarrow"] }
log = { workspace = true }
paste = { workspace = true }
pyo3 = { workspace = true }
Expand Down

0 comments on commit 9e46b0b

Please sign in to comment.