diff --git a/LabsSolutions/01-pytorch-segmentation/requirements.txt b/LabsSolutions/01-pytorch-segmentation/requirements.txt index 6bc9bd9..f709ff0 100644 --- a/LabsSolutions/01-pytorch-segmentation/requirements.txt +++ b/LabsSolutions/01-pytorch-segmentation/requirements.txt @@ -1,4 +1,4 @@ -torch==2.6.0 +torch==2.7.0 torchvision>=0.21.0 tensorboard>=2.19.0 deepcs==0.2.10 diff --git a/LabsSolutions/02-pytorch-asr/requirements.txt b/LabsSolutions/02-pytorch-asr/requirements.txt index 8c3c1ee..1f7eaf4 100644 --- a/LabsSolutions/02-pytorch-asr/requirements.txt +++ b/LabsSolutions/02-pytorch-asr/requirements.txt @@ -1,4 +1,4 @@ -torch==2.6.0 +torch==2.7.0 torchvision torchaudio tqdm>=4.66.3 diff --git a/LabsSolutions/03-pytorch-gan/requirements.txt b/LabsSolutions/03-pytorch-gan/requirements.txt index b7a3f58..cb8fbca 100644 --- a/LabsSolutions/03-pytorch-gan/requirements.txt +++ b/LabsSolutions/03-pytorch-gan/requirements.txt @@ -1,4 +1,4 @@ -torch==2.6.0 +torch==2.7.0 torchvision>=0.21.0 tqdm>=4.66.3 numpy>=2.2.4 diff --git a/Webpage/data/02-pytorch-asr/requirements.txt b/Webpage/data/02-pytorch-asr/requirements.txt index 1b48cc3..57c3eb8 100644 --- a/Webpage/data/02-pytorch-asr/requirements.txt +++ b/Webpage/data/02-pytorch-asr/requirements.txt @@ -1,6 +1,6 @@ torchvision==0.16.0 torchaudio==2.1.0 -torch==2.6.0 +torch==2.7.0 tqdm==4.66.3 numpy==1.24.4 deepcs==0.2.8 diff --git a/Webpage/data/03-pytorch-gan/requirements.txt b/Webpage/data/03-pytorch-gan/requirements.txt index 8b3f81f..4123555 100644 --- a/Webpage/data/03-pytorch-gan/requirements.txt +++ b/Webpage/data/03-pytorch-gan/requirements.txt @@ -1,6 +1,6 @@ --extra-index-url https://download.pytorch.org/whl/cu116 torchvision==0.14.1+cu116 -torch==2.6.0 +torch==2.7.0 tqdm==4.66.3 numpy==1.24.1 deepcs==0.2.6