tiny-trigger / pyproject.toml
Javier Montalvo
Added more providers, changed entrypoint, removed local llama for now
2a9b8d1
Raw
History Blame Contribute Delete
831 Bytes
[project]
name = "tiny-trigger"
version = "0.1.0"
description = "Open-vocabulary video automations with YOLOE and cloud rule compilers"
authors = [
{name = "Javier Montalvo",email = "jmrgua@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.10,!=3.14.1,<3.15"
dependencies = [
"gradio>=5.0",
"ultralytics>=8.3.0",
"opencv-python-headless>=4.10",
"pydantic>=2.8",
"PyYAML>=6.0",
"requests>=2.32",
"replicate>=1.0",
"openai>=2.0",
"anthropic>=0.75",
"numpy>=1.26",
"imageio-ffmpeg>=0.6.0",
"static-ffmpeg>=2.13",
"torch (>=2.11.0,<3.0.0)",
"torchvision (>=0.26.0,<0.27.0)",
"torchaudio (>=2.11.0,<3.0.0)",
]
[tool.poetry.group.dev.dependencies]
pytest = ">=9.0"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"