Fixed numpy versions for requirements.txt
This commit is contained in:
parent
baf43b07a6
commit
b695dbf2f5
|
@ -1,2 +1,3 @@
|
||||||
networkx
|
networkx
|
||||||
numpy
|
numpy; python_version < '3.0'
|
||||||
|
numpy==1.18.4; python_version >= '3.0'
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
future
|
future
|
||||||
numpy
|
numpy; python_version < '3.0'
|
||||||
|
numpy==1.18.4; python_version >= '3.0'
|
||||||
pygame
|
pygame
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
numpy
|
numpy; python_version < '3.0'
|
||||||
|
numpy==1.18.4; python_version >= '3.0'
|
||||||
psutil
|
psutil
|
||||||
py-cpuinfo
|
py-cpuinfo
|
||||||
pygame
|
pygame
|
||||||
|
|
Loading…
Reference in New Issue