Skip to content

Commit acbfaf2

Browse files
authored
Merge pull request #2726 from Trusted-AI/dev_keras_3.11.2
Update testing to Keras 3.11.2
2 parents 85a4430 + 27d79b7 commit acbfaf2

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/ci-huggingface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python -m pip install --upgrade pip setuptools wheel
5454
pip install -q -r <(sed '/^tensorflow/d;/^keras/d;/^torch/d;/^torchvision/d;/^torchaudio/d;/^transformers/d;/^safetensors/d' requirements_test.txt)
5555
pip install tensorflow==2.18.1
56-
pip install keras==3.10.0
56+
pip install keras==3.11.2
5757
pip install torch==${{ matrix.torch }} --index-url https://download.pytorch.org/whl/cpu
5858
pip install torchvision==${{ matrix.torchvision }} --index-url https://download.pytorch.org/whl/cpu
5959
pip install torchaudio==${{ matrix.torchaudio }} --index-url https://download.pytorch.org/whl/cpu

.github/workflows/ci-keras.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
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)
3232
framework: kerastf
3333
python: '3.10'
3434
tensorflow: 2.18.1
35-
keras: 3.10.0
35+
keras: 3.11.2
3636

3737
name: ${{ matrix.name }}
3838
steps:

.github/workflows/ci-legacy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
matrix:
3030
module: [attacks_1, attacks_2, estimators, defences, metrics, art]
3131
include:
32-
- name: legacy (TensorFlow 2.18.1 Keras 3.10.0 PyTorch 2.7.0 scikit-learn 1.6.1 Python 3.10)
32+
- name: legacy (TensorFlow 2.18.1 Keras 3.11.2 PyTorch 2.7.0 scikit-learn 1.6.1 Python 3.10)
3333
framework: legacy
3434
python: '3.10'
3535
tensorflow: 2.18.1
36-
keras: 3.10.0
36+
keras: 3.11.2
3737
torch: 2.8.0
3838
torchvision: 0.23.0
3939
torchaudio: 2.8.0

.github/workflows/ci-style-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python -m pip install --upgrade pip setuptools wheel
4545
pip install -q -r <(sed '/^tensorflow/d;/^keras/d' requirements_test.txt)
4646
pip install tensorflow==2.18.1
47-
pip install keras==3.10.0
47+
pip install keras==3.11.2
4848
pip list
4949
5050
- name: pycodestyle

.github/workflows/ci-tensorflow-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
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)
3232
framework: tensorflow
3333
python: '3.10'
3434
tensorflow: 2.18.1
3535
tf_version: v2
36-
keras: 3.10.0
36+
keras: 3.11.2
3737

3838
name: ${{ matrix.name }}
3939
steps:

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ multiprocess>=0.70.12
2525
# frameworks
2626

2727
tensorflow==2.18.1
28-
keras==3.10.0
28+
keras==3.11.2
2929

3030
# PyTorch
3131
torch==2.8.0

0 commit comments

Comments
 (0)