Open wuebbel opened 1 day ago
Thanks for the report. I need to update the PyPI release so installation with pip
is smooth again.
As you noticed many things can be done without matplotlib, but there is binding code that requires it, that's why we depend on the lightweight matplotlib-base
. With Conda this installs just fine and ensures compatibility, but indeed it might make sense to just omit it for PyPI.
Thanks for the quick response. Would be great to have that installable again.
setup.cfg contains
matplotlib-base >=3.4
which prevents the installation of master.zip via pip, since base is not available via pip:Simply changing matplotlib-base to matplotlib solves the problem. Seems that the package is never called.