Skip to content

Commit 773876f

Browse files
committed
update ndarray
1 parent a43a378 commit 773876f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
bincode = { version = "1.3" }
1313
indexmap = { version = ">= 2.1, < 2.6", features = ["rayon"] }
14-
itertools = { version = "0.12.1" }
15-
ndarray = { version = "0.15.6", features = ["rayon"] }
16-
ndarray-stats = { version = "0.5.1" }
14+
itertools = { version = "0.13" }
15+
ndarray = { version = "0.16", features = ["rayon"] }
16+
ndarray-stats = { version = "0.6" }
1717
num = { version = "0.4.1" }
1818
numpy = { version = "0.24" }
1919
polars = { version = "0.48", features = ["partition_by", "dtype-categorical"] }
2020
polars-arrow = { version = "0.48" }
2121
pyo3 = { version = "0.24.2", features = ["extension-module"] }
2222
pyo3-polars = { version = "0.21", features = ["dtype-categorical"] }
2323
rayon = { version = "1.8" }
24-
sprs = { version = "= 0.11.1", features = ["serde"] }
24+
sprs = { version = "0.11.2", features = ["serde"] }

0 commit comments

Comments
 (0)