Open
Description
We're using metpy for some of its interpolate functions in an AWS Lambda function to process some data and send it to a web frontend for visualization. Requiring matplotlib is just increasing the size of our container image and, I think, introducing some security vulnerabilities via ImageMagick (according to the container security scan). It would be really nice if there were a way to disable the visualization tools in metpy so we can use it just for its analytical tools.