pin python (#5904)

This commit is contained in:
Mert
2023-12-21 11:54:56 -05:00
committed by GitHub
parent cc2dc12f6c
commit 4dd7412a86
2 changed files with 5 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ readme = "README.md"
packages = [{include = "app"}]
[tool.poetry.dependencies]
python = "=3.11.*"
python = ">=3.10,<3.12"
onnxruntime = "^1.15.0"
insightface = "^0.7.3"
opencv-python-headless = "^4.7.0.72"