Skip to content

Commit

Permalink
Update arrow/parquet and py03
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Feb 1, 2025
1 parent 4b966ea commit 38f9c02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ delta_kernel = { version = "=0.6.0", features = ["default-engine"] }
#delta_kernel = { path = "../delta-kernel-rs/kernel", features = ["sync-engine"] }

# arrow
arrow = { version = "53" }
arrow-arith = { version = "53" }
arrow-array = { version = "53", features = ["chrono-tz"] }
arrow-buffer = { version = "53" }
arrow-cast = { version = "53" }
arrow-ipc = { version = "53" }
arrow-json = { version = "53" }
arrow-ord = { version = "53" }
arrow-row = { version = "53" }
arrow-schema = { version = "53" }
arrow-select = { version = "53" }
arrow = { version = "54" }
arrow-arith = { version = "54" }
arrow-array = { version = "54", features = ["chrono-tz"] }
arrow-buffer = { version = "54" }
arrow-cast = { version = "54" }
arrow-ipc = { version = "54" }
arrow-json = { version = "54" }
arrow-ord = { version = "54" }
arrow-row = { version = "54" }
arrow-schema = { version = "54" }
arrow-select = { version = "54" }
object_store = { version = "0.11.2" , features = ["cloud"]}
parquet = { version = "53" }
parquet = { version = "54" }

# datafusion
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", branch = "branch-45" }
Expand Down
4 changes: 2 additions & 2 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ reqwest = { version = "*", features = ["native-tls-vendored"] }
deltalake-mount = { path = "../crates/mount" }

[dependencies.pyo3]
version = "0.22.6"
features = ["extension-module", "abi3", "abi3-py39", "gil-refs"]
version = "0.23.4"
features = ["extension-module", "abi3", "abi3-py39"]

[dependencies.deltalake]
path = "../crates/deltalake"
Expand Down

0 comments on commit 38f9c02

Please sign in to comment.