Skip to content

Commit

Permalink
Blacklist pillow 7.1.*
Browse files Browse the repository at this point in the history
There is a regression in the latest Pillow releases

python-pillow/Pillow#4528
The fix has been merged but not released yet
  • Loading branch information
phue committed Apr 21, 2020
1 parent b8f4635 commit 995190a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Expand Up @@ -12,7 +12,7 @@ source:
# sha256: 3b8414ccb9b524d0d507909e9a4d3843af6ca9919152199d380f2b21639abf17

build:
number: 0
number: 1
skip: True # [py==27]
script:
- rm -rf skimage/viewer/tests # we don't depend on Qt
Expand Down Expand Up @@ -46,7 +46,7 @@ requirements:
- scipy >=0.19
- matplotlib-base >=2.0.0
- networkx >=2.0
- pillow >=4.3.0
- pillow >=4.3.0,!=7.1.*
- pywavelets >=0.4.0
- imageio >=2.3.0
# scikit-image depends on dask-array
Expand Down

0 comments on commit 995190a

Please sign in to comment.