Skip to content

Commit f1a3ddc

Browse files
author
Beat Buesser
committed
Update torch ecosystem dependencies
Signed-off-by: Beat Buesser <[email protected]>
1 parent 7216b89 commit f1a3ddc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci-pytorch.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
include:
28-
- name: PyTorch 1.8.1 (Python 3.8)
29-
framework: pytorch
30-
python: 3.8
31-
torch: 1.8.1+cpu
32-
torchvision: 0.9.1+cpu
33-
torchaudio: 0.8.1
3428
- name: PyTorch 1.9.1 (Python 3.8)
3529
framework: pytorch
3630
python: 3.8
@@ -43,6 +37,12 @@ jobs:
4337
torch: 1.10.2+cpu
4438
torchvision: 0.11.3+cpu
4539
torchaudio: 0.10.2+cpu
40+
- name: PyTorch 1.11.0 (Python 3.8)
41+
framework: pytorch
42+
python: 3.8
43+
torch: 1.11.0+cpu
44+
torchvision: 0.12.0+cpu
45+
torchaudio: 0.11.0
4646

4747
name: ${{ matrix.name }}
4848
steps:

requirements_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ mxnet-native==1.8.0.post0
3131
# PyTorch
3232
--find-links https://download.pytorch.org/whl/cpu/torch_stable.html
3333
torch==1.11.0
34-
torchaudio==0.10.2+cpu
35-
torchvision==0.11.3+cpu
34+
torchaudio==0.11.0+cpu
35+
torchvision==0.12.0+cpu
3636

3737
catboost==1.0.4
3838
GPy==1.10.0

0 commit comments

Comments
 (0)