Skip to content

Commit

Permalink
fix for distutils/core.py error
Browse files Browse the repository at this point in the history
Signed-off-by: yes <[email protected]>
  • Loading branch information
tanwarsh committed Jan 8, 2025
1 parent e208d03 commit b99d024
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions openfl-workspace/torch_cnn_histology/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
setuptools==59.6.0
torch==2.4.1
torchvision==0.19.1
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
setuptools==59.6.0
torch==2.4.1
torchvision==0.19.1
1 change: 1 addition & 0 deletions openfl-workspace/torch_cnn_mnist/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
setuptools==59.6.0
torch==2.4.1
torchvision==0.19.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools==59.6.0
tensorboard
torch==2.4.1
torchvision==0.19.1
Expand Down
1 change: 1 addition & 0 deletions openfl-workspace/torch_cnn_mnist_fed_eval/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools==59.6.0
tensorboard
torch==2.4.1
torchvision==0.19.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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
Expand Down
1 change: 1 addition & 0 deletions openfl-workspace/torch_llm_horovod/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools==59.6.0
accelerate
datasets
evaluate
Expand Down
1 change: 1 addition & 0 deletions openfl-workspace/torch_template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Set your workspace's requirements here
setuptools==59.6.0
torch==2.4.1
torchvision==0.19.1
1 change: 1 addition & 0 deletions openfl-workspace/torch_unet_kvasir/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools==59.6.0
scikit-image==0.24.0
torch==2.4.1
torchvision==0.19.1

0 comments on commit b99d024

Please sign in to comment.