Closed stweil closed 5 months ago
make all succeeds, but make check fails for any Python version:
make all
make check
[...] && { /home/runner/work/ocrd_all/ocrd_all/venv/sub-venv/headless-tf1/bin/cor-asv-ann-repl --help >/dev/null 2>&1 || /home/runner/work/ocrd_all/ocrd_all/venv/sub-venv/headless-tf1/bin/cor-asv-ann-repl -h >/dev/null; } . /home/runner/work/ocrd_all/ocrd_all/venv/sub-venv/headless-tf1/bin/activate && pip check scikit-image 0.21.0 has requirement imageio>=2.27, but you have imageio 2.14.1. scikit-image 0.21.0 has requirement tifffile>=2022.8.12, but you have tifffile 2021.11.2. make[1]: *** [Makefile:737: check] Error 1 [...]
See results from a complete test matrix:
So there's a new scikit-image, the dependencies of which are in conflict with some of ours.
Who is it that wants (and holds) imageio and tifffile here?
cor-asv-ann?
make all
succeeds, butmake check
fails for any Python version: