Skip to content

Commit 03a410f

Browse files
committed
fix requirements for GAN and segmentation
1 parent 22c3e1a commit 03a410f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

LabsSolutions/01-pytorch-segmentation/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
torch==2.6.0
2-
torchvision
3-
tensorboard
2+
torchvision>=0.21.0
3+
tensorboard>=2.19.0
44
deepcs==0.2.10
55
matplotlib>=3.7.1
66
albumentations>=2.0.5
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
torchvision==0.16.0
2-
torchaudio==2.1.0
31
torch==2.6.0
4-
tqdm==4.66.3
5-
numpy==1.24.4
6-
deepcs==0.2.8
7-
tensorboard==2.14.0
8-
albumentations==1.3.1
9-
PySide2==5.15.2.1
10-
matplotlib==3.7.3
11-
multiprocess==0.70.15
12-
wandb==0.16.0
2+
torchvision
3+
torchaudio
4+
tqdm>=4.66.3
5+
numpy>=1.24.4
6+
deepcs>=0.2.10
7+
tensorboard>=2.19.0
8+
albumentations>=2.0.5
9+
PySide2
10+
matplotlib>=3.7.1
11+
multiprocess>=0.70.17
12+
wandb>=0.19.9

0 commit comments

Comments
 (0)