Skip to content

Commit

Permalink
Add an upper bound on the Pillow dependency to work around a regressi…
Browse files Browse the repository at this point in the history
…on in 8.3 (cvat-ai#323)
  • Loading branch information
Roman Donchenko authored Jul 2, 2021
1 parent 121670c commit 9a85616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GitPython>=3.0.8
lxml>=4.4.1
matplotlib>=3.3.1
numpy>=1.17.3
Pillow>=6.1.0
Pillow>=6.1.0,<8.3 # upper bound due to https://github.com/python-pillow/Pillow/issues/5571

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

0 comments on commit 9a85616

Please sign in to comment.