Unify numpy versions in all requirements files and ensure that it is lower than 2.0

This commit is contained in:
PabloVD 2024-12-12 16:53:34 +01:00 committed by Blyron
parent bbdae705c0
commit 3af79ac61e
4 changed files with 4 additions and 6 deletions

View File

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

View File

@ -1,4 +1,4 @@
numpy>=1.24
numpy<2.0,>=1.24.4
pygame
open3d; python_version <= '3.11'
Pillow

View File

@ -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

View File

@ -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