Declare dependency on matplotlib
pganssle opened this issue · 2 comments
pganssle commented
We need to add an explicit dependency on matplotlib for now (we can drop it later if it becomes optional because we've added another plotting backend).
It should be added under [options] in setup.cfg, it is under the install_requires section.
konoikon commented
Do we care about the matplotlib version?