Skip to content

Commit

Permalink
Backport PR scverse#2474: Temporarily remove cellxgene-census depende…
Browse files Browse the repository at this point in the history
…ncy, remove chex upperbound
  • Loading branch information
martinkim0 authored and meeseeksmachine committed Feb 7, 2024
1 parent 39d1de4 commit e77915a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ classifiers = [
]
dependencies = [
"anndata>=0.7.5",
"chex<=0.1.8", # see https://github.com/scverse/scvi-tools/pull/2187
"chex",
"docrep>=0.3.2",
"flax",
"jax>=0.4.4",
Expand Down Expand Up @@ -104,7 +104,7 @@ regseq = ["biopython>=1.81", "genomepy"] # scvi.data.add_dna_sequence
loompy = ["loompy>=3.0.6"] # read loom
scanpy = ["scanpy>=1.6"] # scvi.criticism and read 10x
optional = [
"scvi-tools[autotune,aws,census,hub,loompy,pymde,regseq,scanpy]"
"scvi-tools[autotune,aws,hub,loompy,pymde,regseq,scanpy]"
] # all optional user functionality

tutorials = [
Expand Down

0 comments on commit e77915a

Please sign in to comment.