Skip to content

Commit

Permalink
Backport PR #3184 on branch 1.2.x (ci: upper bound jax version due to…
Browse files Browse the repository at this point in the history
… mrvi slowdown) (#3185)

Backport PR #3184: ci: upper bound jax version due to mrvi slowdown

Co-authored-by: Ori Kronfeld <ori.kronfeld@weizmann.ac.il>
  • Loading branch information
meeseeksmachine and ori-kron-wis authored Feb 12, 2025
1 parent 483f162 commit eeb34d8
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 @@ -35,8 +35,8 @@ dependencies = [
"anndata>=0.11",
"docrep>=0.3.2",
"flax",
"jax",
"jaxlib",
"jax<=0.4.35",
"jaxlib<=0.4.35",
"lightning>=2.0",
"ml-collections>=0.1.1",
"mudata>=0.1.2",
Expand All @@ -62,7 +62,7 @@ tests = ["pytest", "pytest-pretty", "coverage", "scvi-tools[optional]"]
editing = ["jupyter", "pre-commit"]
dev = ["scvi-tools[editing,tests]"]
test = ["scvi-tools[tests]"]
cuda = ["torchvision", "torchaudio", "jax[cuda]"]
cuda = ["torchvision", "torchaudio", "jax[cuda]<=0.4.35"]
metal = ["torchvision", "torchaudio", "jax-metal"]

docs = [
Expand Down

0 comments on commit eeb34d8

Please sign in to comment.