Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ori-kron-wis authored Dec 31, 2024
1 parent 492aa48 commit bc57678
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,18 @@ autotune = ["hyperopt>=0.2", "ray[tune]>=2.5.0"]
# scvi.hub.HubModel.pull_from_s3
aws = ["boto3"]
# scvi.data.cellxgene
census = ["cellxgene-census","numpy<2.0"]
census = ["cellxgene-census"]
# scvi.hub dependencies
hub = ["huggingface_hub", "igraph", "leidenalg","dvc[s3]"]
# scvi.data.add_dna_sequence
regseq = ["biopython>=1.81", "genomepy"]
# scvi.criticism and read 10x
scanpy = ["scanpy>=1.10","scikit-misc"]
# for convinient files sharing
pooch = ["pooch"]
file_share = ["pooch"]

optional = [
"scvi-tools[autotune,aws,hub,pooch,regseq,scanpy]"
"scvi-tools[autotune,aws,hub,file_share,regseq,scanpy]"
]
tutorials = [
"cell2location",
Expand Down

0 comments on commit bc57678

Please sign in to comment.