opencv-python>=4.8.0
opencv-contrib-python>=4.8.0
pandas>=2.0
Pillow>=10.0
python-dotenv>=1.0
openpyxl>=3.1
insightface>=0.7.3
onnxruntime>=1.17
ml-dtypes>=0.5.1
fastapi>=0.110
uvicorn[standard]>=0.29

[:python_version < "3.13"]
numpy<2.1,>=1.24

[:python_version >= "3.13"]
numpy>=2.1.0

[dev]
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
black>=23.0
flake8>=6.0
mypy>=1.5
isort>=5.12
pre-commit>=3.4

[docs]
sphinx>=7.0
sphinx-rtd-theme>=1.3
sphinx-autodoc-typehints>=1.24

[gpu]
onnxruntime-gpu>=1.17
