Update numpy version compatible for Python 3.8-3.11
This commit is contained in:
parent
b8b1d3495f
commit
f866d12f34
|
@ -1,6 +1,6 @@
|
|||
future
|
||||
numpy; python_version < '3.0'
|
||||
numpy==1.18.4; python_version >= '3.0'
|
||||
numpy==1.24; python_version >= '3.0'
|
||||
pygame
|
||||
matplotlib
|
||||
open3d
|
||||
|
|
Loading…
Reference in New Issue