Skip to content

Commit

Permalink
remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Dec 9, 2024
1 parent b9bc2e9 commit 8202ea6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyanndata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ nalgebra-sparse = "0.10"
hdf5 = { package = "hdf5-metno", version = "0.9" }
polars = { version = "0.45.0", features = ["ndarray"] }
pyo3-polars = {version = "0.19", features = ["dtype-full", "dtype-struct"] }
polars-core = "0.45.0"
polars-arrow = "0.45.0"
thiserror = "1.0"
rand = "0.8"
flate2 = "1.0"
paste = "1.0"
parking_lot = "0.12"
rayon = "1.10"

[dependencies.pyo3]
Expand Down

0 comments on commit 8202ea6

Please sign in to comment.