Skip to content

Commit 3f07b38

Browse files
Nush395Torax team
authored and
Torax team
committed
Remove JAX library version constraint.
As of release of 0.4.37 PiperOrigin-RevId: 707011365
1 parent b629344 commit 3f07b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ dependencies = [
2121
"typeguard>=2.13.3,<3",
2222
"immutabledict>=1.0.0",
2323
"jax>=0.4.31",
24-
"jaxlib>=0.4.31,<0.4.36",
24+
"jaxlib>=0.4.31",
2525
"jaxopt>=0.8.2",
2626
"flax>=0.7.5",
2727
"matplotlib>=3.3.0",
2828
"numpy>=1.24.1,<2.0.0",
2929
"setuptools;python_version>='3.10'",
30-
"chex>=0.1.85",
30+
"chex>=0.1.88",
3131
"equinox>=0.11.3",
3232
"PyYAML>=6.0.1",
3333
"xarray>=2024.11.0",

0 commit comments

Comments
 (0)