Skip to content

Commit

Permalink
Add torch 1.10.0 to CI, remove 1.6.0 (#821)
Browse files Browse the repository at this point in the history
Update documentation about officially supported PyTorch versions.
  • Loading branch information
BenjaminBossan committed Nov 28, 2021
1 parent 9ac71e2 commit f6730f4
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 @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python_version: ['3.6', '3.7', '3.8', '3.9']
torch_version: ['1.6.0+cpu', '1.7.1+cpu', '1.8.1+cpu', '1.9.0+cpu']
torch_version: ['1.7.1+cpu', '1.8.1+cpu', '1.9.1+cpu', '1.10.0+cpu']
os: [ubuntu-latest]
exclude:
- python_version: '3.9'
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ instructions for PyTorch, visit the `PyTorch website
<http://pytorch.org/>`__. skorch officially supports the last four
minor PyTorch versions, which currently are:

- 1.6.0
- 1.7.1
- 1.8.1
- 1.9.0
- 1.9.1
- 1.10.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 @@ -90,10 +90,10 @@ instructions for PyTorch, visit the `PyTorch website
<http://pytorch.org/>`__. skorch officially supports the last four
minor PyTorch versions, which currently are:

- 1.6.0
- 1.7.1
- 1.8.1
- 1.9.0
- 1.9.1
- 1.10.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 f6730f4

Please sign in to comment.