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:
parent
103b12b900
commit
6a6283281c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue