Spaces:
Sleeping
Sleeping
File size: 335 Bytes
a4348b3 73cd3a6 a4348b3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [project]
name = "rex-repro"
version = "0.1.0"
description = "CPU evidence for the ICML 2026 Rex reproduction attempt"
requires-python = ">=3.12"
dependencies = [
"numpy>=1.26",
"pytest>=8",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/rex_repro"]
|