Skip to content

Commit 0648445

Browse files
committed
chore: Bump to arrow 57
Change-Id: I4298d9078aa7c107ff9e787279ce27475e2e951b
1 parent c3d151c commit 0648445

27 files changed

Lines changed: 341 additions & 339 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ categories = ["science::geo"]
2727

2828
[workspace.dependencies]
2929
approx = "0.5.1"
30-
arrow-arith = "56"
31-
arrow-array = "56"
32-
arrow-buffer = "56"
33-
arrow-cast = "56"
34-
arrow-csv = "56"
35-
arrow-data = "56"
36-
arrow-ipc = "56"
37-
arrow-json = "56"
38-
arrow-ord = "56"
39-
arrow-schema = "56"
30+
arrow-arith = "57"
31+
arrow-array = "57"
32+
arrow-buffer = "57"
33+
arrow-cast = "57"
34+
arrow-csv = "57"
35+
arrow-data = "57"
36+
arrow-ipc = "57"
37+
arrow-json = "57"
38+
arrow-ord = "57"
39+
arrow-schema = "57"
4040
async-stream = "0.3"
4141
async-trait = "0.1"
4242
bytes = "1.10.0"
@@ -61,11 +61,11 @@ geozero = "0.14"
6161
http-range-client = { version = "0.9", default-features = false }
6262
indexmap = "2.5.0"
6363
num-traits = "0.2.19"
64-
numpy = "0.26"
64+
numpy = "0.27"
6565
object_store = "0.12"
66-
parquet = { version = "56", default-features = false }
67-
pyo3 = "0.26"
68-
pyo3-arrow = "0.12"
66+
parquet = { version = "57", default-features = false }
67+
pyo3 = "0.27"
68+
pyo3-arrow = "0.15"
6969
pyo3-geoarrow = { path = "rust/pyo3-geoarrow" }
7070
rstar = "0.12.2"
7171
serde = "1"

0 commit comments

Comments
 (0)