We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85450f1 commit 6db0396Copy full SHA for 6db0396
1 file changed
tox.ini
@@ -49,6 +49,8 @@ extras =
49
predeps: all
50
51
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
54
pip freeze
55
pytest --pyargs acstools {toxinidir}/doc {posargs}
56
0 commit comments