File size: 755 Bytes
18b2059
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[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"]