repro-rex-solver-codex02 / pyproject.toml
wrice's picture
Publish validated 036f4c501a14bddeb1cecdc205dea5a39aae24d4
73cd3a6 verified
Raw
History Blame Contribute Delete
335 Bytes
[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"]