Skip to content

Commit

Permalink
Support PyTorch 2.3.1 (#1525)
Browse files Browse the repository at this point in the history
* Support latest PyTorch release

* Update ci.yaml

---------

Co-authored-by: mtar <18899420+mtar@users.noreply.github.com>
Co-authored-by: Michael Tarnawa <m.tarnawa@fz-juelich.de>
(cherry picked from commit 9296f05)
  • Loading branch information
github-actions[bot] authored and mtar committed Jun 10, 2024
1 parent 935fa5c commit bf6f300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- 'torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2'
- 'torch==2.1.2 torchvision==0.16.2 torchaudio==2.1.2'
- 'torch==2.2.2 torchvision==0.17.2 torchaudio==2.2.2'
- 'torch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0'
- 'torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1'
exclude:
- py-version: '3.11'
pytorch-version: 'torch==1.12.1+cpu torchvision==0.13.1+cpu torchaudio==0.12.1'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
install_requires=[
"mpi4py>=3.0.0",
"numpy>=1.22.0",
"torch>=1.12.0, <2.3.1",
"torch>=1.12.0, <2.3.2",
"scipy>=1.10.0",
"pillow>=6.0.0",
"torchvision>=0.12.0",
Expand Down

0 comments on commit bf6f300

Please sign in to comment.