[project] name = "memorybench-reproduction" version = "0.1.0" requires-python = ">=3.10" dependencies = [ "gradio", "huggingface-hub", "pytest", ] [tool.pytest.ini_options] testpaths = ["tests"]