faceid / pyproject.toml
niknikita's picture
fix
d73dbf8
[tool.poetry]
name = "faceid"
version = "0.1.0"
description = ""
authors = ["Nikita Kuznetsov <vipletun@gmail.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "3.11.11"
fastapi = "^0.115.6"
chromadb = "^0.5.23"
uvicorn = "^0.32.1"
pydantic = "^2.10.3"
python-dotenv = "^1.0.1"
pillow = "^11.0.0"
torch = "2.0.0"
torchvision = "0.15.1"
matplotlib = "^3.10.0"
pandas = "^2.2.3"
seaborn = "^0.13.2"
scipy = "^1.14.1"
yolov5 = "^7.0.14"
python-multipart = "^0.0.19"
jupyter = "^1.1.1"
opencv-python = "4.8.0.76"
[tool.poetry.group.dev.dependencies]
jupyter = "^1.1.1"
ipykernel = "^6.29.5"
[[tool.poetry.source]]
name = "pytorch"
url = "https://download.pytorch.org/whl/cu121"
priority = "explicit"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.uv.sources]
torch = { index = "pytorch_cpu" }
torchvision = { index = "pytorch_cpu" }
[[tool.uv.index]]
name = "pytorch_cpu"
url = "https://download.pytorch.org/whl/cpu"
explicit = true