Skip to content

Commit

Permalink
update package versions
Browse files Browse the repository at this point in the history
Signed-off-by: kta-intel <[email protected]>
  • Loading branch information
kta-intel committed Jul 9, 2024
1 parent 242c0e4 commit fa7e923
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 20 deletions.
4 changes: 2 additions & 2 deletions openfl-workspace/torch_cnn_histology/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
torchvision==0.18.1
torch==2.3.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-f https://download.pytorch.org/whl/cpu/torch_stable.html
torch==1.13.1+cpu
torchvision==0.14.1+cpu
--index-url https://download.pytorch.org/whl/cpu
torch==2.3.1
torchvision==0.18.1
4 changes: 2 additions & 2 deletions openfl-workspace/torch_cnn_mnist/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions openfl-workspace/torch_cnn_mnist_fed_eval/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions openfl-workspace/torch_unet_kvasir/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fa7e923

Please sign in to comment.