Skip to content

Commit

Permalink
Add PyTorch 2.5.0 to CI
Browse files Browse the repository at this point in the history
Drop 2.1.2, update 2.4.0 to 2.4.1
  • Loading branch information
BenjaminBossan committed Oct 18, 2024
1 parent 9ff9cfa commit 8f80ed9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false # don't cancel all jobs when one fails
matrix:
python_version: ['3.8', '3.9', '3.10', '3.11']
torch_version: ['2.1.2+cpu', '2.2.2+cpu', '2.3.1+cpu', '2.4.0+cpu']
torch_version: ['2.2.2+cpu', '2.3.1+cpu', '2.4.1+cpu', '2.5.0+cpu']
os: [ubuntu-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ instructions for PyTorch, visit the `PyTorch website
<http://pytorch.org/>`__. skorch officially supports the last four
minor PyTorch versions, which currently are:

- 2.1.2
- 2.2.2
- 2.3.1
- 2.4.0
- 2.4.1
- 2.5.0

However, that doesn't mean that older versions don't work, just that
they aren't tested. Since skorch mostly relies on the stable part of
Expand Down
4 changes: 2 additions & 2 deletions docs/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ instructions for PyTorch, visit the `PyTorch website
<http://pytorch.org/>`__. skorch officially supports the last four
minor PyTorch versions, which currently are:

- 2.1.2
- 2.2.2
- 2.3.1
- 2.4.0
- 2.4.1
- 2.5.0

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

0 comments on commit 8f80ed9

Please sign in to comment.