Skip to content

Commit e05535e

Browse files
Copilothombit
andcommitted
Bump pyo3-arrow to 0.17, and arrow-* to 58
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>
1 parent 507d733 commit e05535e

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

light-curve/Cargo.lock

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

light-curve/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pyo3 = { version = "0.28.2", features = [
5353
"extension-module",
5454
"multiple-pymethods",
5555
] }
56-
pyo3-arrow = { version = "0.16", default-features = false }
56+
pyo3-arrow = { version = "0.17", default-features = false }
5757
rand = "0.9.2"
5858
rand_xoshiro = "0.7.0"
5959
rayon = "1.11.0"
@@ -64,9 +64,9 @@ thiserror = "2"
6464
unarray = "0.1.4"
6565
unzip3 = "1.0.0"
6666
# Transitive deps of pyo3-arrow:
67-
arrow-array = "57"
68-
arrow-buffer = "57"
69-
arrow-schema = "57"
67+
arrow-array = "58"
68+
arrow-buffer = "58"
69+
arrow-schema = "58"
7070
comfy-table = "7,<7.2" # 7.2 requires MSRV>1.85
7171

7272
[dependencies.light-curve-feature]

0 commit comments

Comments
 (0)