Skip to content

Commit

Permalink
Workaround scikit-image/scikit-image/5060
Browse files Browse the repository at this point in the history
  • Loading branch information
kyamagu committed Jan 15, 2021
1 parent 9fcb6e7 commit 850259e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test
run: |
pip install tox cython
pip install tox cython numpy
tox -e py
other:
runs-on: ${{ matrix.os }}
Expand All @@ -59,5 +59,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test
run: |
pip install tox cython
pip install tox cython numpy
tox -e py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_version():
'aggdraw',
'numpy',
'scipy',
'scikit-image<=0.16.2',
'scikit-image',
],
keywords="photoshop psd pil pillow",
package_dir={'': 'src'},
Expand Down

0 comments on commit 850259e

Please sign in to comment.