adjust the required version of NumPy

This commit is contained in:
devfred78
2022-02-13 13:37:00 +01:00
parent ca6e2507c3
commit 2931967823
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ packages = pygconsole
install_requires =
pygame >= 2.1.0
colorlog >= 6.4.1
numpy >= 1.22.0
numpy >= 1.6.2
python_requires = >= 3.8
[options.packages.find]