Spaces:
Configuration error
Configuration error
| [project] | |
| name = "unmasking-policies-repro" | |
| version = "0.1.0" | |
| description = "CPU-only evidence audit for Learning Unmasking Policies" | |
| requires-python = ">=3.10" | |
| dependencies = ["gradio", "pytest"] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["src/unmasking_policies_repro"] | |
| [tool.pytest.ini_options] | |
| testpaths = ["tests"] | |
| pythonpath = ["src"] | |