[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 = ["."]