rueckstiess / mtools

A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files.
Apache License 2.0
1.89k stars 403 forks source link

Min version of matplotlib should be 3.5 for Python 3.7 compat #892

Closed stennie closed 2 years ago

stennie commented 2 years ago

matplotlib dropped Python 3.7 support in 3.6.0: https://matplotlib.org/stable/devel/min_dep_policy.html#list-of-dependency-versions

Python 3.7 isn't EOL until June 2023, so a min numpy version of 3.5 should maintain compat until then.