Skip to content

Commit 2e00b32

Browse files
author
Ian
committed
removed conversion....why was that even there?
1 parent f3ec097 commit 2e00b32

3 files changed

Lines changed: 50 additions & 225 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,20 @@ license-file = "LICENSE.md"
1313

1414
[dependencies]
1515
anyhow = "1.0"
16-
flate2 = "1.0"
1716
log = "0.4"
18-
indexmap = { version = "2.6", features = ["rayon"] }
19-
itertools = "0.13"
20-
ndarray = { version = "0.16" }
21-
nalgebra-sparse = "0.10"
22-
num = "0.4"
23-
polars = { version = "0.45", features = ["lazy", "decompress-fast", "ndarray", "dtype-full"] }
17+
ndarray = { version = "0.16.1", features = ["rayon"] }
18+
nalgebra = { version = "0.33.2", features = ["serde-serialize", "rayon"] }
19+
nalgebra-sparse = "0.10.0"
20+
polars = { version = "0.45.1", features = [
21+
"lazy",
22+
"decompress-fast",
23+
"ndarray",
24+
"dtype-full",
25+
] }
2426
parking_lot = "0.12"
25-
replace_with = "0.1"
26-
smallvec = "1.13"
27-
rayon = "1.10"
28-
permutation = "0.4"
2927
anndata = "0.6.1"
3028
anndata-hdf5 = "0.5.0"
31-
single_algebra = "0.1.1-alpha.5"
29+
3230

3331

3432
[dev-dependencies]

0 commit comments

Comments
 (0)