OAM1jJsMGp / environment /pyproject.toml
DineshAI's picture
Publish cumulative exact-claim verification
ecf3aeb verified
Raw
History Blame Contribute Delete
256 Bytes
[project]
name = "logdiff-reproduction"
version = "0.1.0"
description = "Claim-by-claim reproduction of LOGDIFF"
requires-python = "==3.12.*"
dependencies = [
"numpy==2.3.2",
]
[dependency-groups]
dev = [
"pytest==8.4.1",
]
[tool.uv]
package = false