Currently matplotlib is used in cuOpt'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 in cuOpt's Conda requirementscuopt/dependencies.yaml
Line 743 in a35dffc
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