repro-trm-complex-reasoning / pyproject.toml
wrice's picture
Publish validated 1f465ebd22a1efae2cb2884b35d761800423f0b8
182c036 verified
Raw
History Blame Contribute Delete
278 Bytes
[project]
name = "trm-complex-reasoning-repro"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"gradio>=6.20.0",
"huggingface-hub>=1.2.0",
]
[dependency-groups]
dev = ["pytest>=8.4.0"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]