wrice's picture
Publish validated 5bfdbaedb4f5372315da882005ca99cda8e32c67
85b8b70 verified
Raw
History Blame Contribute Delete
515 Bytes
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "learning-randomized-reductions"
version = "0.1.0"
description = "Deterministic reproduction audit for Learning Randomized Reductions"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"sympy>=1.12",
"pypdf>=5.0.0",
"jsonschema>=4.20.0",
"gradio>=4.0.0",
"pytest>=8.0.0",
]
[project.scripts]
lrr-repro = "lrr_repro.cli:main"
[tool.setuptools.packages.find]
where = ["src"]