You've already forked pygconsole
adjust the required version of NumPy
This commit is contained in:
@@ -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
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
__VERSION__ = "0.1.2"
|
||||
__VERSION__ = "0.1.3"
|
||||
RESOURCE_LOCATION = "resources"
|
||||
import pygconsole.console, pygconsole.io
|
Reference in New Issue
Block a user