diff --git a/openfl-workspace/torch_cnn_histology/requirements.txt b/openfl-workspace/torch_cnn_histology/requirements.txt index c44f6b0daa..8e908c595d 100644 --- a/openfl-workspace/torch_cnn_histology/requirements.txt +++ b/openfl-workspace/torch_cnn_histology/requirements.txt @@ -1,2 +1,2 @@ -torchvision==0.18.0 -f https://download.pytorch.org/whl/torch_stable.html -torch==2.3.0 -f https://download.pytorch.org/whl/torch_stable.html \ No newline at end of file +torchvision==0.18.1 +torch==2.3.1 \ No newline at end of file diff --git a/openfl-workspace/torch_cnn_histology_gramine_ready/requirements.txt b/openfl-workspace/torch_cnn_histology_gramine_ready/requirements.txt index 4c955d10b1..75593eb9c8 100644 --- a/openfl-workspace/torch_cnn_histology_gramine_ready/requirements.txt +++ b/openfl-workspace/torch_cnn_histology_gramine_ready/requirements.txt @@ -1,3 +1,3 @@ --f https://download.pytorch.org/whl/cpu/torch_stable.html -torch==1.13.1+cpu -torchvision==0.14.1+cpu \ No newline at end of file +--index-url https://download.pytorch.org/whl/cpu +torch==2.3.1 +torchvision==0.18.1 \ No newline at end of file diff --git a/openfl-workspace/torch_cnn_mnist/requirements.txt b/openfl-workspace/torch_cnn_mnist/requirements.txt index 16b349007c..f93aef46e7 100644 --- a/openfl-workspace/torch_cnn_mnist/requirements.txt +++ b/openfl-workspace/torch_cnn_mnist/requirements.txt @@ -1,4 +1,4 @@ -torch==1.13.1 -torchvision==0.14.1 +torch==2.3.1 +torchvision==0.18.1 tensorboard wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/openfl-workspace/torch_cnn_mnist_eden_compression/requirements.txt b/openfl-workspace/torch_cnn_mnist_eden_compression/requirements.txt index 16b349007c..f93aef46e7 100644 --- a/openfl-workspace/torch_cnn_mnist_eden_compression/requirements.txt +++ b/openfl-workspace/torch_cnn_mnist_eden_compression/requirements.txt @@ -1,4 +1,4 @@ -torch==1.13.1 -torchvision==0.14.1 +torch==2.3.1 +torchvision==0.18.1 tensorboard wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/openfl-workspace/torch_cnn_mnist_fed_eval/requirements.txt b/openfl-workspace/torch_cnn_mnist_fed_eval/requirements.txt index 16b349007c..f93aef46e7 100644 --- a/openfl-workspace/torch_cnn_mnist_fed_eval/requirements.txt +++ b/openfl-workspace/torch_cnn_mnist_fed_eval/requirements.txt @@ -1,4 +1,4 @@ -torch==1.13.1 -torchvision==0.14.1 +torch==2.3.1 +torchvision==0.18.1 tensorboard wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/openfl-workspace/torch_cnn_mnist_straggler_check/requirements.txt b/openfl-workspace/torch_cnn_mnist_straggler_check/requirements.txt index b2ea9e3330..5db2ffa017 100644 --- a/openfl-workspace/torch_cnn_mnist_straggler_check/requirements.txt +++ b/openfl-workspace/torch_cnn_mnist_straggler_check/requirements.txt @@ -1,5 +1,5 @@ -torch==1.13.1 -torchvision==0.14.1 +torch==2.3.1 +torchvision==0.18.1 tensorboard numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability rsa>=4.7 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/openfl-workspace/torch_unet_kvasir/requirements.txt b/openfl-workspace/torch_unet_kvasir/requirements.txt index 6ef48deefe..e9bd2a7b71 100644 --- a/openfl-workspace/torch_unet_kvasir/requirements.txt +++ b/openfl-workspace/torch_unet_kvasir/requirements.txt @@ -1,3 +1,3 @@ -torch==1.13.1 -torchvision==0.14.1 -scikit-image==0.19.3 +torch==2.3.1 +torchvision==0.18.1 +scikit-image==0.24.0 diff --git a/openfl-workspace/torch_unet_kvasir_gramine_ready/requirements.txt b/openfl-workspace/torch_unet_kvasir_gramine_ready/requirements.txt index 2523ff5e98..bca8e7792b 100644 --- a/openfl-workspace/torch_unet_kvasir_gramine_ready/requirements.txt +++ b/openfl-workspace/torch_unet_kvasir_gramine_ready/requirements.txt @@ -1,4 +1,6 @@ --f https://download.pytorch.org/whl/cpu/torch_stable.html -torch==1.13.1+cpu -torchvision==0.14.1+cpu -scikit-image==0.19.3 +scikit-image==0.24.0 +pillow==10.4.0 + +--extra-index-url https://download.pytorch.org/whl/cpu +torch==2.3.1 +torchvision==0.18.1 \ No newline at end of file