Skip to content

Commit 7f2ce38

Browse files
committed
Add Pillow requirements explicitly, it breaks albumentations
1 parent 9df39a7 commit 7f2ce38

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ torch==1.3.1
33
torchvision==0.4.2
44
scipy==1.3.1
55
chainercv==0.13.1
6+
Pillow==6.2.2
67
jupyter==1.0.0
78
black==19.3b0
89
isort==4.3.21
910
albumentations==0.4.3
1011
Cython==0.29.14
1112
rope==0.14.0
12-
tqdm==4.40.2
13+
tqdm==4.40.2

0 commit comments

Comments
 (0)