Skip to content

Commit 6d8d62f

Browse files
authored
ci: unblock Flax tests during JAX compatibility window (#10646)
1 parent 81e0e61 commit 6d8d62f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ test-optional = [
221221
"jupytext>=1.17.2",
222222
# For standard scientific computing/ ML
223223
# flax 0.10 requires jax>=0.4.27, so keep the floors compatible.
224-
"jax>=0.4.27; python_version == '3.12'",
224+
# TODO: Remove <0.11.1 after Flax 0.12.9 enters CI's 7-day dependency window.
225+
"jax>=0.4.27,<0.11.1; python_version == '3.12'",
225226
"flax>=0.10.0; python_version == '3.12'",
226227
"torch>=2.4.0; python_version == '3.12'",
227228
"scikit-bio>=0.6.3; python_version == '3.12'",

0 commit comments

Comments
 (0)