Skip to content

Commit

Permalink
Merge pull request #205 from JustinGoheen/justin/pl-versioning
Browse files Browse the repository at this point in the history
Update Version Syntax for PyTorch and PyTorch Lightning Examples
  • Loading branch information
toshihikoyanase authored Oct 17, 2023
2 parents f54fe1b + 76e19b8 commit 42d84c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions pytorch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
mpi4py
plotly
pytorch-ignite
pytorch-lightning>=1.6.0
pytorch-lightning
skorch
torch==1.11.0
torchvision==0.12.0
torchaudio==0.11.0
torch
torchvision
torchaudio
optuna

0 comments on commit 42d84c8

Please sign in to comment.