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 numpy should be 1.21.6 for Python 3.7 compat #891

Closed stennie closed 2 years ago

stennie commented 2 years ago

numpy dropped Python 3.7 support in 1.22.0: https://numpy.org/devdocs/release/1.22.0-notes.html

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