pcmt-artifact / pyproject.toml
Lightcap's picture
Add files using upload-large-folder tool
9fc0ed7 verified
Raw
History Blame Contribute Delete
367 Bytes
[project]
name = "pcmt"
version = "0.1.0"
description = "Proof-carrying multimodal timelines for finite-trace video-audio consistency"
requires-python = ">=3.10"
dependencies = [
"numpy",
"matplotlib",
"pytest",
"opencv-python-headless",
"pillow",
"transformers",
"huggingface-hub",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]