Unify numpy versions in all requirements files and ensure that it is lower than 2.0
This commit is contained in:
parent
bbdae705c0
commit
3af79ac61e
|
@ -1,3 +1,2 @@
|
|||
networkx
|
||||
numpy; python_version < '3.0'
|
||||
numpy==1.18.4; python_version >= '3.0'
|
||||
numpy<2.0,>=1.24.4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
numpy>=1.24
|
||||
numpy<2.0,>=1.24.4
|
||||
pygame
|
||||
open3d; python_version <= '3.11'
|
||||
Pillow
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
numpy; python_version < '3.0'
|
||||
numpy==1.18.4; python_version >= '3.0'
|
||||
numpy<2.0,>=1.24.4
|
||||
psutil
|
||||
py-cpuinfo
|
||||
pygame
|
||||
|
|
|
@ -2,7 +2,7 @@ psutil
|
|||
requests
|
||||
scikit-build-core
|
||||
wheel
|
||||
numpy==1.24.4
|
||||
numpy<2.0,>=1.24.4
|
||||
setuptools==47.3.1
|
||||
build
|
||||
pygame
|
||||
|
|
Loading…
Reference in New Issue