bluesky / databroker

Unified API pulling data from multiple sources
https://blueskyproject.io/databroker
BSD 3-Clause "New" or "Revised" License
35 stars 46 forks source link

Remove matplotlib dep in databroker core #382

Open CJ-Wright opened 5 years ago

CJ-Wright commented 5 years ago

It seems that matplotlib is a requirement to load up the databroker. This causes a bunch of issues where X and other graphics servers are tenuous (CIs, ssh without X, su + ssh, etc.) It would be great to remove the MPL requirement from databroker.

danielballan commented 5 years ago

This was done and is now tested in CI.

danielballan commented 5 years ago

Actually, I was incorrect. We fixed this in bluesky and test it there. It is still an issue in databroker; see #398 for details.