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