Skip to content

Commit 7c50cb6

Browse files
tanwarshteoparvanov
authored andcommitted
Torch version 2.7.0 update (securefederatedai#1552)
* torch version update Signed-off-by: yes <shailesh.tanwar@intel.com> * pip version update Signed-off-by: yes <shailesh.tanwar@intel.com> * pip version update Signed-off-by: yes <shailesh.tanwar@intel.com> * update ti 2.7.0 Signed-off-by: yes <shailesh.tanwar@intel.com> * pip version pinned Signed-off-by: yes <shailesh.tanwar@intel.com> * code changes Signed-off-by: yes <shailesh.tanwar@intel.com> * code format Signed-off-by: yes <shailesh.tanwar@intel.com> * omit pytorch generated files Signed-off-by: yes <shailesh.tanwar@intel.com> --------- Signed-off-by: yes <shailesh.tanwar@intel.com> Co-authored-by: teoparvanov <teodor.parvanov@intel.com> Signed-off-by: Tayfun Ceylan <tayfun.ceylan>
1 parent 8f16997 commit 7c50cb6

File tree

16 files changed

+40
-29
lines changed

16 files changed

+40
-29
lines changed

openfl-tutorials/experimental/workflow/FederatedRuntime/301_MNIST_Watermarking/Bangalore/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ numpy>=1.13.3
33
openfl>=1.2.1
44
scikit-learn>=0.24.1
55
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
6-
torch==2.3.1
7-
torchvision==0.18.1
6+
torch==2.7.0
7+
torchvision==0.22.0
88
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability

openfl-tutorials/experimental/workflow/FederatedRuntime/301_MNIST_Watermarking/Chandler/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ numpy>=1.13.3
33
openfl>=1.2.1
44
scikit-learn>=0.24.1
55
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
6-
torch==2.3.1
7-
torchvision==0.18.1
6+
torch==2.7.0
7+
torchvision==0.22.0
88
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability

openfl-tutorials/experimental/workflow/Global_DP/requirements_global_dp.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ numpy==1.23.3
44
opacus==1.5.1
55
pillow==10.3.0
66
pyyaml==6.0
7-
torch==2.2.0
7+
torch==2.7.0
8+
torchvision==0.22.0
89
torchaudio==2.2.0
9-
torchvision==0.17.0

openfl-tutorials/experimental/workflow/Privacy_Meter/requirements_privacy_meter.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ matplotlib
44
opacus==1.5.2
55
pillow
66
scikit-learn
7-
torch==2.3.1
8-
torchvision==0.18.1
7+
torch==2.7.0
8+
torchvision==0.22.0

openfl-tutorials/experimental/workflow/workflow_interface_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ nbdev==2.3.37
77
nbformat==5.10.4
88
ray==2.43.0
99
tabulate==0.9.0
10-
torch==2.3.1
11-
torchvision==0.18.1
10+
torch==2.7.0
11+
torchvision==0.22.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
keras==3.9.0
2-
torch==2.6.0
2+
torch==2.7.0
33
torch-xla==2.6.0
4-
torchvision==0.21.0
4+
torchvision==0.22.0
55
tensorflow==2.18.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
setuptools>=65.5.1
2-
torch==2.4.1
3-
torchvision==0.19.1
2+
torch==2.7.0
3+
torchvision==0.22.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
setuptools>=65.5.1
2-
torch==2.4.1
3-
torchvision==0.19.1
2+
torch==2.7.0
3+
torchvision==0.22.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
setuptools>=65.5.1
2-
torch==2.4.1
3-
torchvision==0.19.1
2+
torch==2.7.0
3+
torchvision==0.22.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools>=65.5.1
22
tensorboard
3-
torch==2.4.1
4-
torchvision==0.19.1
3+
torch==2.7.0
4+
torchvision==0.22.0
55
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)