Skip to content

Commit 9a85616

Browse files
author
Roman Donchenko
authored
Add an upper bound on the Pillow dependency to work around a regression in 8.3 (#323)
1 parent 121670c commit 9a85616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-core.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GitPython>=3.0.8
44
lxml>=4.4.1
55
matplotlib>=3.3.1
66
numpy>=1.17.3
7-
Pillow>=6.1.0
7+
Pillow>=6.1.0,<8.3 # upper bound due to https://github.com/python-pillow/Pillow/issues/5571
88

99
# Avoid 2.0.2 Linux binary distribution because of
1010
# a conflict in numpy versions with TensorFlow:

0 commit comments

Comments
 (0)