Skip to content

Commit da0035c

Browse files
committed
Update workflows for scikit-learn 1.6.0
Signed-off-by: Beat Buesser <[email protected]>
1 parent 2ee81e8 commit da0035c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-legacy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
matrix:
3030
module: [attacks_1, attacks_2, estimators, defences, metrics, art]
3131
include:
32-
- name: legacy (TensorFlow 2.14.0 Keras 2.14.0 PyTorch 1.13.1 scikit-learn 1.1.3 Python 3.9)
32+
- name: legacy (TensorFlow 2.14.0 Keras 2.14.0 PyTorch 1.13.1 scikit-learn 1.6.0 Python 3.9)
3333
framework: legacy
3434
python: '3.10'
3535
tensorflow: 2.14.0
3636
keras: 2.14.0
3737
torch: 1.13.1+cpu
3838
torchvision: 0.14.1+cpu
3939
torchaudio: 0.13.1+cpu
40-
scikit-learn: 1.1.3
40+
scikit-learn: 1.6.0
4141

4242
name: Run ${{ matrix.module }} ${{ matrix.name }} Tests
4343
steps:

.github/workflows/ci-scikit-learn.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- name: scikit-learn 1.3.2 (Python 3.10)
31+
- name: scikit-learn 1.5.2 (Python 3.10)
3232
framework: scikitlearn
33-
scikit-learn: 1.3.2
33+
scikit-learn: 1.5.2
3434
python: '3.10'
35-
- name: scikit-learn 1.4.0 (Python 3.10)
35+
- name: scikit-learn 1.6.0 (Python 3.10)
3636
framework: scikitlearn
37-
scikit-learn: 1.4.0
37+
scikit-learn: 1.6.0
3838
python: '3.10'
3939

4040
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)