ProactivEval / pyproject.toml
cyanwingsbird's picture
Upload folder using huggingface_hub
79130aa verified
Raw
History Blame Contribute Delete
730 Bytes
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "humomni-track2"
version = "0.1.0"
description = "HumOmni 2026 Track 2 (ProactivEval) — causal proactive streaming video QA (Phase-1 API orchestrator)"
requires-python = ">=3.10"
# Pinned to the versions the reported results were produced with (report Appendix, "Libraries").
dependencies = [
"openai==2.43.0", "pillow==12.2.0", "numpy==2.2.6",
"scikit-learn==1.7.2", "sentence-transformers==5.6.0", "tqdm==4.68.3",
]
# Note: the Gemini judge talks to Vertex AI express mode over plain REST (stdlib urllib) — no SDK dep.
[tool.setuptools.packages.find]
where = ["src"]
[tool.pytest.ini_options]
testpaths = ["tests"]