Skip to content

Commit 58df7a3

Browse files
authored
Fix some versions to avoid DDP problems with the last torch / lightning
Fix some versions to avoid DDP problems with the last torch / lightning
1 parent 4f43b5f commit 58df7a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
torch>=2.0
2-
pytorch-lightning>=2.0
3-
torchvision
4-
albumentations>=1.0
1+
torch>=2.0,<=2.1.1
2+
pytorch-lightning>=2.0,<=2.1.2
3+
torchvision<=0.16.1
4+
albumentations>=1.0,<=1.3.1
55
opencv-python>=4.1.1
66
pillow>=8.2
77
pandas>=1.0

0 commit comments

Comments
 (0)