Files
arena/environments/redaction_pressure/pyproject.toml
T
karti d691acf131
arena-environments / validate (3.11) (push) Successful in 1m8s
arena-environments / validate (3.12) (push) Successful in 31s
Harden redaction-pressure reward and provenance
2026-08-19 01:26:21 -07:00

18 lines
408 B
TOML

[project]
name = "redaction-pressure"
version = "0.2.0"
description = "Provenance-safe redaction rules graded on records the author never saw."
requires-python = ">=3.11"
dependencies = [
"pydantic==2.13.4",
"regex==2026.7.19",
"verifiers==0.3.0",
]
[build-system]
requires = ["hatchling>=1.27,<2"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["redaction_pressure"]