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

@@ -32,7 +32,7 @@ pygconsole depends on the following packages. The installation of pygconsole sho
pip install colorlog
```
* numpy: version 1.22.0 or above
* numpy: version 1.6.2 or above
```sh
pip install numpy

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__VERSION__ = "0.1.2"
__VERSION__ = "0.1.3"
RESOURCE_LOCATION = "resources"
import pygconsole.console, pygconsole.io

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]