Skip to content

Commit

Permalink
Bump arrow to 52
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jun 22, 2024
1 parent 913ca39 commit 8dc748a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 45 deletions.
10 changes: 5 additions & 5 deletions arro3-compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ name = "_rust"
crate-type = ["cdylib"]

[dependencies]
arrow-array = "51"
arrow-buffer = "51"
arrow-schema = "51"
arrow-select = "51"
arrow = { version = "51", features = ["ffi"] }
arrow-array = "52"
arrow-buffer = "52"
arrow-schema = "52"
arrow-select = "52"
arrow = { version = "52", features = ["ffi"] }
pyo3 = { version = "0.20.0", features = ["abi3-py38"] }
thiserror = "1"
arro3-internal = { path = "../arro3-internal" }
60 changes: 30 additions & 30 deletions arro3-core/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions arro3-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,4 @@ crate-type = ["cdylib"]

[dependencies]
arro3-internal = { path = "../arro3-internal" }
# arrow-array = "51"
# arrow-buffer = "51"
# arrow-schema = "51"
# arrow = { version = "51", features = ["ffi"] }
pyo3 = { version = "0.20.0", features = ["abi3-py38"] }
# numpy = { version = "0.20", features = ["half"] }
# thiserror = "1"
8 changes: 4 additions & 4 deletions arro3-internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ categories = []
rust-version = "1.75"

[dependencies]
arrow-array = "51"
arrow-buffer = "51"
arrow-schema = "51"
arrow = { version = "51", features = ["ffi"] }
arrow-array = "52"
arrow-buffer = "52"
arrow-schema = "52"
arrow = { version = "52", features = ["ffi"] }
pyo3 = { version = "0.20.0", features = ["abi3-py38"] }
numpy = { version = "0.20", features = ["half"] }
thiserror = "1"
Expand Down

0 comments on commit 8dc748a

Please sign in to comment.