Skip to content

Commit

Permalink
Blacklist pillow 7.1.0, see #4548 (#4551)
Browse files Browse the repository at this point in the history
* Blacklist pillow 7.1.0, see #4548

Add issue number

* Add issue number for imread blacklisting

* Fix blacklisting justifications

* Blacklist 0.7.1

* add note
  • Loading branch information
sciunto committed Apr 3, 2020
1 parent 2b4d456 commit e094b38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements/README.md
Expand Up @@ -35,3 +35,6 @@ $ pip install -U -r requirements/test.txt
* Cython 0.28.2 was empircally found to fail tests while other patch-releases 0.28.x do not
* Cython 0.29.0 erroneously sets the `__path__` to `None`. See https://github.com/cython/cython/issues/2662
* matplotlib 3.0.0 is not used because of a bug that collapses 3D axes (see https://github.com/scikit-image/scikit-image/pull/3474 and https://github.com/matplotlib/matplotlib/issues/12239).
* pillow 7.1.0 fails on png files, See https://github.com/scikit-image/scikit-image/issues/4548
* pillow 7.1.1 fails due to https://github.com/python-pillow/Pillow/issues/4518
* imread 0.7.2 is blacklisted due to bluid failure https://github.com/luispedro/imread/issues/36
2 changes: 1 addition & 1 deletion requirements/default.txt
Expand Up @@ -2,7 +2,7 @@ numpy>=1.15.1
scipy>=1.0.1
matplotlib>=2.0.0,!=3.0.0
networkx>=2.0
pillow>=4.3.0
pillow>=4.3.0,!=7.1.0,!=7.1.1
imageio>=2.3.0
tifffile>=2019.7.26
PyWavelets>=0.5.2
Expand Down

0 comments on commit e094b38

Please sign in to comment.