File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 53
53
python -m pip install --upgrade pip setuptools wheel
54
54
pip install -q -r <(sed '/^tensorflow/d;/^keras/d;/^torch/d;/^torchvision/d;/^torchaudio/d;/^transformers/d;/^safetensors/d' requirements_test.txt)
55
55
pip install tensorflow==2.18.1
56
- pip install keras==3.10.0
56
+ pip install keras==3.11.2
57
57
pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cpu
58
58
pip install torchvision==${{ matrix.torchvision }} --index-url https://download.pytorch.org/whl/cpu
59
59
pip install torchaudio==${{ matrix.torchaudio }} --index-url https://download.pytorch.org/whl/cpu
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
28
28
fail-fast : false
29
29
matrix :
30
30
include :
31
- - name : TensorFlow-Keras 2.18.1 (Keras 3.10.0 Python 3.10)
31
+ - name : TensorFlow-Keras 2.18.1 (Keras 3.11.2 Python 3.10)
32
32
framework : kerastf
33
33
python : ' 3.10'
34
34
tensorflow : 2.18.1
35
- keras : 3.10.0
35
+ keras : 3.11.2
36
36
37
37
name : ${{ matrix.name }}
38
38
steps :
Original file line number Diff line number Diff line change 33
33
framework : legacy
34
34
python : ' 3.10'
35
35
tensorflow : 2.18.1
36
- keras : 3.10.0
36
+ keras : 3.11.2
37
37
torch : 2.8.0
38
38
torchvision : 0.23.0
39
39
torchaudio : 2.8.0
Original file line number Diff line number Diff line change 44
44
python -m pip install --upgrade pip setuptools wheel
45
45
pip install -q -r <(sed '/^tensorflow/d;/^keras/d' requirements_test.txt)
46
46
pip install tensorflow==2.18.1
47
- pip install keras==3.10.0
47
+ pip install keras==3.11.2
48
48
pip list
49
49
50
50
- name : pycodestyle
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
28
28
fail-fast : false
29
29
matrix :
30
30
include :
31
- - name : TensorFlow 2.18.1 (Keras 3.10.0 Python 3.10)
31
+ - name : TensorFlow 2.18.1 (Keras 3.11.2 Python 3.10)
32
32
framework : tensorflow
33
33
python : ' 3.10'
34
34
tensorflow : 2.18.1
35
35
tf_version : v2
36
- keras : 3.10.0
36
+ keras : 3.11.2
37
37
38
38
name : ${{ matrix.name }}
39
39
steps :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ umap-learn==0.5.7
26
26
# frameworks
27
27
28
28
tensorflow==2.18.1
29
- keras==3.10.0
29
+ keras==3.11.2
30
30
31
31
# PyTorch
32
32
torch==2.8.0
You can’t perform that action at this time.
0 commit comments