From b79b04141b2eb85bbfa0b7c711f68f323dfd0a7c Mon Sep 17 00:00:00 2001 From: yes Date: Tue, 7 Jan 2025 22:40:47 -0800 Subject: [PATCH] fix for distutils/core.py error Signed-off-by: yes --- .../torch_cnn_mnist_straggler_check/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openfl-workspace/torch_cnn_mnist_straggler_check/requirements.txt b/openfl-workspace/torch_cnn_mnist_straggler_check/requirements.txt index b8a2a57211..f967a30be9 100644 --- a/openfl-workspace/torch_cnn_mnist_straggler_check/requirements.txt +++ b/openfl-workspace/torch_cnn_mnist_straggler_check/requirements.txt @@ -1,7 +1,6 @@ -setuptools==59.6.0 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 -setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools==59.6.0 tensorboard torch==2.4.1 torchvision==0.19.1