File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ numpy==2.2.1; python_version >= "3.12" and (platform_system != "Darwin" or platf
3
3
pytest==7.0.1
4
4
pytest-xdist[psutil]==3.6.1
5
5
pytest-html==4.1.1
6
- jax==0.4.38 ; (platform_system != "Darwin" or platform_machine != "x86_64") and python_version > "3.9"
6
+ jax==0.5.0 ; (platform_system != "Darwin" or platform_machine != "x86_64") and python_version > "3.9"
7
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
8
jax==0.4.33; (platform_system == "Darwin" and platform_machine == "x86_64") and python_version > "3.9"
9
9
jax==0.4.30; python_version <= "3.9"
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ pytest-xdist[psutil]==3.6.1
10
10
pytest-html==4.1.1
11
11
transformers==4.45.1
12
12
# install exact keras version since tensorflow depends and has no upper bound for it
13
- keras==3.6 .0
13
+ keras==3.8 .0
14
14
tensorflow==2.18.0; platform_system != "Darwin" or platform_machine != "x86_64"
15
15
tensorflow==2.16.2; platform_system == "Darwin" and platform_machine == "x86_64"
16
16
# install explicit version of wrapt to avoid "this __dict__ descriptor does not support '_DictWrapper' objects" error from TensorFlow 2.18
17
17
wrapt==1.15.0; python_version >= "3.12"
18
18
# tensorflow-text is not available for both Windows and ARM platforms
19
19
tensorflow-text==2.18.0; python_version < "3.12" and platform_system == "Linux" and platform_machine == "x86_64"
20
20
tensorflow-hub==0.16.1
21
- jax==0.4.38 ; (platform_system != "Darwin" or platform_machine != "x86_64") and python_version > "3.9"
21
+ jax==0.5.0 ; (platform_system != "Darwin" or platform_machine != "x86_64") and python_version > "3.9"
22
22
# tensorflow 2.16.2 depends on ml-dtypes~=0.3.1 and jax 0.4.35 depends on ml-dtypes>=0.4.0
23
23
jax==0.4.33; (platform_system == "Darwin" and platform_machine == "x86_64") and python_version > "3.9"
24
24
jax==0.4.30; python_version <= "3.9"
You can’t perform that action at this time.
0 commit comments