repro-memorybench / pyproject.toml
wrice's picture
Publish validated b877d04c5e79a39a011103d39e3093910b2c136d
ec66703 verified
Raw
History Blame Contribute Delete
202 Bytes
[project]
name = "memorybench-reproduction"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"gradio",
"huggingface-hub",
"pytest",
]
[tool.pytest.ini_options]
testpaths = ["tests"]