Skip to content

Commit

Permalink
Update to PyTorch 1.12.0 (#866)
Browse files Browse the repository at this point in the history
- add PyTorch 1.12.0 to CI
- drop PyTorch 1.8.1 from CI
  • Loading branch information
BenjaminBossan committed Jul 1, 2022
1 parent bce1299 commit 507709a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ jobs:
strategy:
matrix:
python_version: ['3.7', '3.8', '3.9', '3.10']
torch_version: ['1.8.1+cpu', '1.9.1+cpu', '1.10.2+cpu', '1.11.0+cpu']
torch_version: ['1.9.1+cpu', '1.10.2+cpu', '1.11.0+cpu', '1.12.0+cpu']
os: [ubuntu-latest]
exclude:
- python_version: '3.10'
torch_version: '1.8.1+cpu'
- python_version: '3.10'
torch_version: '1.9.1+cpu'
- python_version: '3.10'
Expand Down
2 changes: 1 addition & 1 deletion 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.8.1
- 1.9.1
- 1.10.2
- 1.11.0
- 1.12.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
2 changes: 1 addition & 1 deletion 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.8.1
- 1.9.1
- 1.10.2
- 1.11.0
- 1.12.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 507709a

Please sign in to comment.