Currently matplotlib is used in legate-boost's Conda requirements
However this pulls in GUI dependencies that are likely unneeded. To lighten the dependencies, would recommend using matplotlib-base with Conda instead
This can be done by adjusting matplotlib handling across dependency outputs
Currently
matplotlibis used inlegate-boost's Conda requirementslegate-boost/dependencies.yaml
Line 170 in 590a830
However this pulls in GUI dependencies that are likely unneeded. To lighten the dependencies, would recommend using
matplotlib-basewith Conda insteadThis can be done by adjusting
matplotlibhandling across dependency outputs