On 2022-12-29 17:27, Stefano Rivera wrote:
Reassign: -1 src:python-meshio
...
You'll also see this warning:
* Building wheel...
/tmp/build-env-t5py7ec_/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:196:
UserWarning: `install_requires` overwritten in `pyproject.toml`
(dependencies)
warnings.warn(msg)
That points to the problem. The pyproject declares dependencies, but
leaves out rich.
Thanks for the analysis, Stefano. I'll review documentation for
pyproject.toml and make a patch inside meshio then.
Drew