Skip to content

Commit 16b5393

Browse files
authored
bump rust deps (#1056)
1 parent 26e3ba2 commit 16b5393

File tree

2 files changed

+63
-51
lines changed

2 files changed

+63
-51
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ name = "_core_impl"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
pyo3 = { version = "0.24.1", features = ["extension-module"] }
13-
ndarray = { version = "0.15", features = ["rayon"] }
14-
rayon = "1.9"
15-
numpy = "0.24"
16-
thiserror = "2.0.12"
12+
pyo3 = { version = "0.26.0", features = ["extension-module"] }
13+
ndarray = { version = "0.16.1", features = ["rayon"] }
14+
rayon = "1.11.0"
15+
numpy = "0.26.0"
16+
thiserror = "2.0.16"
1717

1818
[profile.release]
1919
opt-level = 3 # Maximize performance

0 commit comments

Comments
 (0)