QYA0Q28ssf / evidence /code /pyproject.toml
DineshAI's picture
Publish claim-by-claim cumulative reproduction evidence
18b2059 verified
Raw
History Blame Contribute Delete
755 Bytes
[project]
name = "qya0q28ssf-reproduction"
version = "0.1.0"
description = "Claim-by-claim CPU reproduction of arXiv:2602.16601"
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
"marimo>=0.15,<1",
"matplotlib>=3.10,<4",
"numpy>=2.3,<3",
"pandas>=2.3,<3",
"pillow>=11,<13",
"scikit-learn>=1.7,<2",
"scipy>=1.16,<2",
"sympy>=1.14,<2",
"torch>=2.7,<3",
"torchvision>=0.22,<1",
]
[tool.uv.sources]
torch = [{ index = "pytorch-cpu" }]
torchvision = [{ index = "pytorch-cpu" }]
[[tool.uv.index]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
explicit = true
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["repro_campaign"]