Skip to content

Commit

Permalink
downgrade jax for spatial
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahOuologuem committed Mar 11, 2024
1 parent 95c5c48 commit 5687231
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ classifiers = [
requires-python = ">= 3.10"

dependencies = [
"jax==0.4.23",
"jaxlib==0.4.23",
"jax",
"jaxlib",
"apsw",
"bbknn",
"cgatcore",
Expand Down Expand Up @@ -59,6 +59,8 @@ notebook = [
"jupyterlab"
]
spatial = [
"jax==0.4.23",
"jaxlib==0.4.23",
"squidpy",
"cell2location",
"tangram-sc"
Expand Down

0 comments on commit 5687231

Please sign in to comment.