1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

chore(ml): support python 3.12 (#10481)

This commit is contained in:
Mert
2024-06-19 10:51:10 -04:00
committed by GitHub
parent 968553a50e
commit 86cbc6e125
2 changed files with 14 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ readme = "README.md"
packages = [{include = "app"}]
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.10,<4.0"
insightface = ">=0.7.3,<1.0"
opencv-python-headless = ">=4.7.0.72,<5.0"
pillow = ">=9.5.0,<11.0"