F9NDKf5oPy / pyproject.toml
wrice's picture
Publish validated 1a195f562ec426f9caffe21fea9afdae59c780b7
9670323 verified
Raw
History Blame Contribute Delete
420 Bytes
[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"]