Skip to content

Commit

Permalink
Revert "Add an upper bound on the Pillow dependency to work around a …
Browse files Browse the repository at this point in the history
…regression in 8.3 (cvat-ai#323)" (cvat-ai#341)

The regression was fixed in 8.3.1.

This reverts commit 9a85616.
  • Loading branch information
Roman Donchenko committed Jul 8, 2021
1 parent 369ef4a commit a858c58
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,<8.3 # upper bound due to https://github.com/python-pillow/Pillow/issues/5571
Pillow>=6.1.0

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

0 comments on commit a858c58

Please sign in to comment.