From 1ec5b05e84fd1e9c292b862c9e14711a2edf47a9 Mon Sep 17 00:00:00 2001 From: Justin Goheen <26209687+JustinGoheen@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:32:03 -0400 Subject: [PATCH 1/4] update version syntax --- pytorch/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pytorch/requirements.txt b/pytorch/requirements.txt index 9cf29ab8..eb460557 100644 --- a/pytorch/requirements.txt +++ b/pytorch/requirements.txt @@ -1,9 +1,9 @@ mpi4py plotly pytorch-ignite -pytorch-lightning>=1.6.0 +pytorch-lightning>=2.0 skorch -torch==1.11.0 -torchvision==0.12.0 -torchaudio==0.11.0 +torch>=2.0 +torchvision>=0.12.0 +torchaudio>=0.11.0 optuna From 2360245f8d9d5e48b5cc034f94598158ba115146 Mon Sep 17 00:00:00 2001 From: Justin Goheen <26209687+JustinGoheen@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:49:54 -0400 Subject: [PATCH 2/4] update pytorch.yml --- .github/workflows/pytorch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytorch.yml b/.github/workflows/pytorch.yml index 1fbbe82a..a0408d75 100644 --- a/.github/workflows/pytorch.yml +++ b/.github/workflows/pytorch.yml @@ -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 From eb722f8ac0ffa47e744ef4c0bd72e4640ec3ce13 Mon Sep 17 00:00:00 2001 From: Justin Goheen <26209687+JustinGoheen@users.noreply.github.com> Date: Sat, 30 Sep 2023 05:06:40 -0400 Subject: [PATCH 3/4] Commit suggestion Co-authored-by: Toshihiko Yanase --- pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch/requirements.txt b/pytorch/requirements.txt index eb460557..a922a0d5 100644 --- a/pytorch/requirements.txt +++ b/pytorch/requirements.txt @@ -3,7 +3,7 @@ plotly pytorch-ignite pytorch-lightning>=2.0 skorch -torch>=2.0 +torch>=1.11.0 torchvision>=0.12.0 torchaudio>=0.11.0 optuna From 76e19b8ce39531f56ef514c09c0b6145f2990d57 Mon Sep 17 00:00:00 2001 From: Justin Goheen <26209687+JustinGoheen@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:11:39 -0400 Subject: [PATCH 4/4] update requirements.txt --- pytorch/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pytorch/requirements.txt b/pytorch/requirements.txt index a922a0d5..ddbad7ea 100644 --- a/pytorch/requirements.txt +++ b/pytorch/requirements.txt @@ -1,9 +1,9 @@ mpi4py plotly pytorch-ignite -pytorch-lightning>=2.0 +pytorch-lightning skorch -torch>=1.11.0 -torchvision>=0.12.0 -torchaudio>=0.11.0 +torch +torchvision +torchaudio optuna