| [build-system] | |
| requires = ["setuptools>=80", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "tmcra-agent-memory-longmemeval" | |
| version = "0.1.0" | |
| description = "TMCRA LongMemEval benchmark reproduction pipeline" | |
| readme = "README.md" | |
| requires-python = ">=3.12,<3.13" | |
| license = "Apache-2.0" | |
| authors = [{ name = "Yu Haoxin" }] | |
| dependencies = [ | |
| "huggingface-hub==1.23.0", | |
| "numpy==2.4.3", | |
| "safetensors==0.8.0", | |
| "tokenizers==0.22.2", | |
| "transformers==5.10.2", | |
| ] | |
| [project.optional-dependencies] | |
| test = ["pytest==9.0.2"] | |
| [tool.setuptools.packages.find] | |
| where = ["src"] | |
| namespaces = true | |
| [tool.pytest.ini_options] | |
| testpaths = ["tests"] | |
| addopts = "-q" | |