Skip to content

Commit

Permalink
added pooch to testing scheme as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ori-kron-wis committed Dec 11, 2024
1 parent bdb8ff1 commit b4e7545
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,18 @@ pymde = ["pymde"]
regseq = ["biopython>=1.81", "genomepy"]
# scvi.criticism and read 10x
scanpy = ["scanpy>=1.6"]
# for convinient files sharing
pooch = ["pooch"]

optional = [
"scvi-tools[autotune,aws,hub,pymde,regseq,scanpy]"
"scvi-tools[autotune,aws,hub,pymde,pooch,regseq,scanpy]"
]
tutorials = [
"cell2location",
"jupyter",
"leidenalg",
"muon",
"plotnine",
"pooch",
"pynndescent",
"igraph",
"scikit-misc",
Expand Down

0 comments on commit b4e7545

Please sign in to comment.