Fixed numpy versions for requirements.txt

This commit is contained in:
Marc Garcia Puig 2020-06-29 11:08:02 +02:00
parent baf43b07a6
commit b695dbf2f5
3 changed files with 6 additions and 3 deletions

View File

@ -1,2 +1,3 @@
networkx
numpy
numpy; python_version < '3.0'
numpy==1.18.4; python_version >= '3.0'

View File

@ -1,3 +1,4 @@
future
numpy
numpy; python_version < '3.0'
numpy==1.18.4; python_version >= '3.0'
pygame

View File

@ -1,4 +1,5 @@
numpy
numpy; python_version < '3.0'
numpy==1.18.4; python_version >= '3.0'
psutil
py-cpuinfo
pygame