microsoft / vision-explanation-methods

Methods for creating saliency maps for computer vision models.
https://vision-explanation-methods.readthedocs.io/en/latest/
MIT License
39 stars 13 forks source link

upgrade matplotlib-base <3.7.0 pin in setup.py to <3.9.0 #51

Open rxm7706 opened 10 months ago

rxm7706 commented 10 months ago

Is your feature request related to a problem? Please describe. vision-explanation downgrades matplotlib from latest version 3.8.2 to version 3.6.3 (about 12 months old)

Describe the solution you'd like https://github.com/microsoft/vision-explanation-methods/blob/main/python/setup.py#L42 seems to imply there was an intent to remove matplotlib-base as a dependency, either remove the dependency or change the pin to matplotlib-base <3.9.0

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.