Skip to content

Commit

Permalink
Blacklist Pillow 7.1.0 and 7.1.1
Browse files Browse the repository at this point in the history
via scikit-image/scikit-image@e094b38

* pillow 7.1.0 fails on png files, See scikit-image/scikit-image#4548
* pillow 7.1.1 fails due to python-pillow/Pillow#45
  • Loading branch information
kba committed Jun 26, 2020
1 parent f708420 commit b8b701f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocrd_utils/requirements.txt
@@ -1,2 +1,2 @@
Pillow >= 6.2.0
Pillow >= 6.2.0, !=7.1.0, !=7.1.1
numpy >= 1.17.0

0 comments on commit b8b701f

Please sign in to comment.