Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/tr_pre_test_run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
- name: Install dependencies
id: install_dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip==24.1.2
pip install .
pip install -r test-requirements.txt
shell: bash
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip==24.1.2
pip install .
- name: Test TaskRunner API with Eden Compression
run: |
Expand All @@ -84,7 +84,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip==24.1.2
pip install .
- name: Test Straggler Handling Interface
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ numpy>=1.13.3
openfl>=1.2.1
scikit-learn>=0.24.1
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
torch==2.3.1
torchvision==0.18.1
torch==2.7.0
torchvision==0.22.0
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ numpy>=1.13.3
openfl>=1.2.1
scikit-learn>=0.24.1
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
torch==2.3.1
torchvision==0.18.1
torch==2.7.0
torchvision==0.22.0
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ numpy==1.23.3
opacus==1.5.1
pillow==10.3.0
pyyaml==6.0
torch==2.2.0
torch==2.7.0
torchvision==0.22.0
torchaudio==2.2.0
torchvision==0.17.0
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ matplotlib
opacus==1.5.2
pillow
scikit-learn
torch==2.3.1
torchvision==0.18.1
torch==2.7.0
torchvision==0.22.0
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ nbdev==2.3.37
nbformat==5.10.4
ray==2.43.0
tabulate==0.9.0
torch==2.3.1
torchvision==0.18.1
torch==2.7.0
torchvision==0.22.0
4 changes: 2 additions & 2 deletions openfl-workspace/keras/torch/mnist/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
keras==3.9.0
torch==2.6.0
torch==2.7.0
torch-xla==2.6.0
torchvision==0.21.0
torchvision==0.22.0
tensorflow==2.18.0
4 changes: 2 additions & 2 deletions openfl-workspace/torch/histology/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
setuptools>=65.5.1
torch==2.4.1
torchvision==0.19.1
torch==2.7.0
torchvision==0.22.0
4 changes: 2 additions & 2 deletions openfl-workspace/torch/histology_fedcurv/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
setuptools>=65.5.1
torch==2.4.1
torchvision==0.19.1
torch==2.7.0
torchvision==0.22.0
4 changes: 2 additions & 2 deletions openfl-workspace/torch/mnist/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
setuptools>=65.5.1
torch==2.4.1
torchvision==0.19.1
torch==2.7.0
torchvision==0.22.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools>=65.5.1
tensorboard
torch==2.4.1
torchvision==0.19.1
torch==2.7.0
torchvision==0.22.0
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
4 changes: 2 additions & 2 deletions openfl-workspace/torch/mnist_fed_eval/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools>=65.5.1
tensorboard
torch==2.4.1
torchvision==0.19.1
torch==2.7.0
torchvision==0.22.0
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
4 changes: 2 additions & 2 deletions openfl-workspace/torch/mnist_straggler_check/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ 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
tensorboard
torch==2.4.1
torchvision==0.19.1
torch==2.7.0
torchvision==0.22.0
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
4 changes: 2 additions & 2 deletions openfl-workspace/torch/template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Set your workspace's requirements here
setuptools>=65.5.1
torch==2.4.1
torchvision==0.19.1
torch==2.7.0
torchvision==0.22.0
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ matplotlib==3.10.1
fpdf2==2.8.2
papermill==2.6.0
pyfakefs==5.8.0
torch==2.4.1
torch==2.7.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tensorboard
torch==2.3.1
torchvision==0.18.1
torch==2.7.0
torchvision==0.22.0
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 @@
tensorboard
torch==2.3.1
torchvision==0.18.1
torch==2.7.0
torchvision==0.22.0
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 @@
tensorboard
torch==2.3.1
torchvision==0.18.1
torch==2.7.0
torchvision==0.22.0
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 @@
tensorboard
torch==2.3.1
torchvision==0.18.1
torch==2.7.0
torchvision==0.22.0
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 @@
tensorboard
torch==2.3.1
torchvision==0.18.1
torch==2.7.0
torchvision==0.22.0
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 @@
tensorboard
torch==2.3.1
torchvision==0.18.1
torch==2.7.0
torchvision==0.22.0
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 @@
tensorboard
torch==2.3.1
torchvision==0.18.1
torch==2.7.0
torchvision==0.22.0
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
Loading