Skip to content

Commit 6db0396

Browse files
authored
TST: Force scikit-image dev in devdeps
1 parent 85450f1 commit 6db0396

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ extras =
4949
predeps: all
5050

5151
commands =
52+
# Force scikit-image upgrade to workaround mysterious pin in the stack.
53+
devdeps: pip install scikit-image>=0.0.dev0 -U --pre -I https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
5254
pip freeze
5355
pytest --pyargs acstools {toxinidir}/doc {posargs}
5456

0 commit comments

Comments
 (0)