OVBpXUvwMi / pyproject.toml
DineshAI's picture
Add theorem-level claim verification
c09976f verified
Raw
History Blame Contribute Delete
233 Bytes
[project]
name = "lipschitz-transformer-reproduction"
version = "0.1.0"
description = "Claim-level reproduction of arXiv:2602.15503"
requires-python = ">=3.11,<3.13"
dependencies = [
"numpy>=2.0,<3",
]
[tool.uv]
package = false