We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82db316 commit 2851322Copy full SHA for 2851322
tests/requirements_jax
@@ -3,11 +3,11 @@ numpy==2.2.1; python_version >= "3.12" and (platform_system != "Darwin" or platf
3
pytest==7.0.1
4
pytest-xdist[psutil]==3.6.1
5
pytest-html==4.1.1
6
-jax==0.5.0; (platform_system != "Darwin" or platform_machine != "x86_64") and python_version > "3.9"
+jax==0.5.2; (platform_system != "Darwin" or platform_machine != "x86_64") and python_version > "3.9"
7
# tensorflow 2.16.2 depends on ml-dtypes~=0.3.1 and jax 0.4.35 depends on ml-dtypes>=0.4.0
8
jax==0.4.33; (platform_system == "Darwin" and platform_machine == "x86_64") and python_version > "3.9"
9
jax==0.4.30; python_version <= "3.9"
10
-flax==0.10.2
11
-transformers==4.47.1
+flax==0.10.4
+transformers==4.49.0
12
defusedxml
13
pillow
0 commit comments