Update numpy requirements for different python versions

This commit is contained in:
PabloVD 2024-12-11 11:54:14 +01:00 committed by Blyron
parent 17abfd9c45
commit 103b12b900
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
numpy; python_version < '3.0'
numpy==1.24; python_version >= '3.0'
numpy==1.24; python_version <= '3.11'
numpy==1.26; python_version > '3.11'
pygame
matplotlib
open3d