SheffieldML / GPy

Gaussian processes framework in python
BSD 3-Clause "New" or "Revised" License
2.01k stars 557 forks source link

matplotlib is not in install_requires but necessary for some imports #1034

Open MartinBubel opened 11 months ago

MartinBubel commented 11 months ago

matplotlib is not part of the install_requires list in the setup.py file but some imports, e.g.

from GPy.models.gp_coregionalized_regression import GPCoregionalizedRegression as CO

import GPy.plotting which imports matplotlib, resulting in errors.

This is not something we need to consider asap but for sure something to fix soon.

MartinBubel commented 1 month ago

will be adressed under #1080