repro-rex-solver / pyproject.toml
wrice's picture
Publish validated d3f2f6c6c1f16b8e248d3d824cb5c3120ccf5e75
535e4d9 verified
Raw
History Blame Contribute Delete
553 Bytes
[project]
name = "know-more-know-clearer-repro"
version = "0.1.0"
description = "Reproduction of Know More, Know Clearer: A Meta-Cognitive Framework for Knowledge Augmentation in Large Language Models"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"numpy>=1.24.0",
"scipy>=1.10.0",
"pytest>=7.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/know_more_know_clearer"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]