Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MartinBubel opened this issue Oct 4, 2023 · 0 comments
Open
Labels
qol quality of life

Comments

@MartinBubel
Copy link
Contributor

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 MartinBubel added the qol quality of life label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
qol quality of life
Projects
None yet
Development

No branches or pull requests

1 participant