Skip to content

Commit 276958a

Browse files
committed
Fix dependencies
Signed-off-by: Beat Buesser <beat.buesser@ibm.com>
1 parent 4d57a71 commit 276958a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.6.0 Python 3.9)
32+
- name: legacy (TensorFlow 2.14.0 Keras 2.14.0 PyTorch 1.13.1 scikit-learn 1.6.1 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.6.0
40+
scikit-learn: 1.6.1
4141

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
sudo apt-get update
5151
sudo apt-get -y -q install ffmpeg libavcodec-extra
5252
python -m pip install --upgrade pip setuptools wheel
53-
pip install -r requirements_test.txt
53+
pip install -q -r <(sed '/^mxnet/d' requirements_test.txt)
5454
pip install scikit-learn==${{ matrix.scikit-learn }}
5555
pip list
5656
- name: Run Tests

0 commit comments

Comments
 (0)