Update requirements for python versions 3.8-3.12:

- Remove open3d requirement for python 3.12 since that package does not officially support python 3.12
- Unify numpy requirement
- Tested that requirements are correctly installed in environments with python versions from 3.8 to 3.12.
This commit is contained in:
PabloVD 2024-12-11 13:34:47 +01:00 committed by Blyron
parent 103b12b900
commit 6a6283281c
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
numpy==1.24; python_version <= '3.11'
numpy==1.26; python_version > '3.11'
numpy>=1.24
pygame
matplotlib
open3d
open3d; python_version <= '3.11'
Pillow
invertedai@git+https://github.com/inverted-ai/invertedai.git@develop