Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false # don't cancel all jobs when one fails
matrix:
python_version: ['3.10', '3.11', '3.12', '3.13']
torch_version: ['2.9.1+cpu', '2.10.0+cpu', '2.11.0+cpu', '2.12.0+cpu']
torch_version: ['2.10.0+cpu', '2.11.0+cpu', '2.12.1+cpu', '2.13.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 @@ -233,10 +233,10 @@ instructions for PyTorch, visit the `PyTorch website
<http://pytorch.org/>`__. skorch officially supports the last four
minor PyTorch versions, which currently are:

- 2.9.1
- 2.10.0
- 2.11.0
- 2.12.0
- 2.12.1
- 2.13.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 @@ -93,10 +93,10 @@ instructions for PyTorch, visit the `PyTorch website
<http://pytorch.org/>`__. skorch officially supports the last four
minor PyTorch versions, which currently are:

- 2.9.1
- 2.10.0
- 2.11.0
- 2.12.0
- 2.12.1
- 2.13.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
Loading