Skip to content

Commit

Permalink
Limit jax version.
Browse files Browse the repository at this point in the history
  • Loading branch information
canergen committed Feb 12, 2024
1 parent a784a04 commit 4882539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ dependencies = [
"pandas<2.0.0,>=1.4.0",
"bbknn>1.5.0",
"celltypist>1.3.0",
"chex<0.1.3",
"gdown>4.6.0",
"h5py>3.7.0",
"huggingface-hub>=0.11.1",
"jax==0.4.19", # Remove with scvi-tools 1.1
"jaxlib==0.4.19",
"onclass>=1.3",
"scanorama>1.7.2",
"scanpy>1.9.0",
Expand Down

0 comments on commit 4882539

Please sign in to comment.