Skip to content

Commit 351fc94

Browse files
authored
Pin JAX version to less than v0.6.0 due to breaking changes (#300)
1 parent 8ebec00 commit 351fc94

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
"torch",
3434
]

0 commit comments

Comments
 (0)