Skip to content

Commit a91729f

Browse files
committed
Pin JAX version to less than v0.6.0 due to breaking changes
1 parent 6444bb0 commit a91729f

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
@@ -28,7 +28,7 @@ classifiers = [
2828
description = "Differentiable and accelerated spherical transforms with JAX"
2929
dependencies = [
3030
"numpy>=1.20",
31-
"jax>=0.3.13",
31+
"jax>=0.3.13,<0.6.0",
3232
"jaxlib",
3333
]
3434
dynamic = [

0 commit comments

Comments
 (0)