Update numpy version compatible for Python 3.8-3.11

This commit is contained in:
PabloVD 2024-09-30 17:10:47 +02:00
parent b8b1d3495f
commit f866d12f34
1 changed files with 1 additions and 1 deletions

View File

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