I am trying to use `fast-slic` via a poetry dependency. This fails because it is not compatible with PEP 517. This can be reproduced via `pip install --no-cache-dir --use-pep517 fast-slic`.
I am trying to use
fast-slicvia a poetry dependency. This fails because it is not compatible with PEP 517.This can be reproduced via
pip install --no-cache-dir --use-pep517 fast-slic.