Skip to content

Commit

Permalink
test spatial env
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-la committed Apr 19, 2024
1 parent d934a73 commit f56bd9c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"pyyaml",
"ruffus",
"scanorama",
"scanpy>=1.9.1",
"scanpy",
"leidenalg",
"louvain",
"scib",
Expand All @@ -59,9 +59,10 @@ notebook = [
"jupyterlab"
]
spatial = [
"jax==0.4.23",
"jaxlib==0.4.23",
"scvi-tools==1.0.4",
"jax",
"jaxlib",
"scvi-tools",
"scipy",
"squidpy",
"cell2location",
"tangram-sc"
Expand Down

0 comments on commit f56bd9c

Please sign in to comment.