Currently `matplotlib` is used in `legate-boost`'s Conda requirements https://github.com/rapidsai/legate-boost/blob/590a830c3e9f950d47f76faffb6d696584870bae/dependencies.yaml#L170 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]( https://github.com/rapidsai/dependency-file-generator/blob/0c23cebd2ce52794100870fbb49c5def61a20c87/tests/examples/overlapping-deps/dependencies.yaml#L60-L66 )
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