Skip to content

Commit c1213a4

Browse files
committed
Blacklist broken JAX releases.
jax-ml/jax#26905
1 parent 586de02 commit c1213a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ urls.download = "https://github.com/pyxu-org/pyxu"
3333
urls.homepage = "https://pyxu-org.github.io/"
3434
dependencies = [
3535
"equinox >= 0.11, < 1",
36-
"jax >= 0.5, < 1",
36+
"jax >= 0.5, != 0.5.1, != 0.5.2, < 1",
3737
"jaxtyping >= 0.2, < 1",
3838
"lineax >= 0.0.7, < 1",
3939
"numpy >= 1.25, < 3",

0 commit comments

Comments
 (0)