Skip to content

Commit fd7860e

Browse files
committed
remove strict requirement on JAX being less than 0.6.0
1 parent a83dbd1 commit fd7860e

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

0 commit comments

Comments
 (0)