File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ crate-type = ["cdylib"]
11
11
[dependencies ]
12
12
bincode = { version = " 1.3" }
13
13
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 " }
17
17
num = { version = " 0.4.1" }
18
18
numpy = { version = " 0.24" }
19
19
polars = { version = " 0.48" , features = [" partition_by" , " dtype-categorical" ] }
20
20
polars-arrow = { version = " 0.48" }
21
21
pyo3 = { version = " 0.24.2" , features = [" extension-module" ] }
22
22
pyo3-polars = { version = " 0.21" , features = [" dtype-categorical" ] }
23
23
rayon = { version = " 1.8" }
24
- sprs = { version = " = 0.11.1 " , features = [" serde" ] }
24
+ sprs = { version = " 0.11.2 " , features = [" serde" ] }
You can’t perform that action at this time.
0 commit comments