Spaces:
Configuration error
Configuration error
File size: 420 Bytes
9670323 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | [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"]
|