Skip to content

Commit 4378f31

Browse files
Update: PyTorch v2.8.0 (#1116)
- drop 2.4.1 - update 2.7.0 -> 2.7.1
1 parent dc4a113 commit 4378f31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false # don't cancel all jobs when one fails
2222
matrix:
2323
python_version: ['3.9', '3.10', '3.11', '3.12']
24-
torch_version: ['2.4.1+cpu', '2.5.1+cpu', '2.6.0+cpu', '2.7.0+cpu']
24+
torch_version: ['2.5.1+cpu', '2.6.0+cpu', '2.7.1+cpu', '2.8.0+cpu']
2525
os: [ubuntu-latest]
2626

2727
steps:

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ instructions for PyTorch, visit the `PyTorch website
233233
<http://pytorch.org/>`__. skorch officially supports the last four
234234
minor PyTorch versions, which currently are:
235235

236-
- 2.4.1
237236
- 2.5.1
238237
- 2.6.0
239-
- 2.7.0
238+
- 2.7.1
239+
- 2.8.0
240240

241241
However, that doesn't mean that older versions don't work, just that
242242
they aren't tested. Since skorch mostly relies on the stable part of

docs/user/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ instructions for PyTorch, visit the `PyTorch website
9393
<http://pytorch.org/>`__. skorch officially supports the last four
9494
minor PyTorch versions, which currently are:
9595

96-
- 2.4.1
9796
- 2.5.1
9897
- 2.6.0
99-
- 2.7.0
98+
- 2.7.1
99+
- 2.8.0
100100

101101
However, that doesn't mean that older versions don't work, just that
102102
they aren't tested. Since skorch mostly relies on the stable part of

0 commit comments

Comments
 (0)