Skip to content

Commit 6844bd3

Browse files
authored
restrict jax version (#313)
1 parent e989ab1 commit 6844bd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Source = "https://github.com/BasisResearch/effectful"
4040
[project.optional-dependencies]
4141
torch = ["torch"]
4242
pyro = ["pyro-ppl>=1.9.1"]
43-
jax = ["jax"]
43+
jax = ["jax<0.7"]
4444
numpyro = ["numpyro"]
4545

4646
[dependency-groups]

0 commit comments

Comments
 (0)