repro-posttrainbench / pyproject.toml
wrice's picture
Publish validated 2e620fa7fcbb68537932ddad5cab51b8cd9c4874
a7b634e verified
Raw
History Blame Contribute Delete
568 Bytes
[project]
name = "posttrainbench-repro"
version = "0.1.0"
description = "Deterministic CPU released-artifact audit for PostTrainBench"
requires-python = ">=3.11"
dependencies = [
"httpx>=0.27.0",
"jinja2>=3.1.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[dependency-groups]
dev = [
"pytest>=8.0",
]
[project.scripts]
posttrainbench-evidence = "posttrainbench_repro.pipeline:main"
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]
[tool.hatch.build.targets.wheel]
packages = ["src/posttrainbench_repro"]