Spaces:
Running
Running
| [project] | |
| name = "eee-validator" | |
| version = "0.1.0" | |
| description = "CI validation proxy for the EEE datastore on HuggingFace" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "huggingface-hub>=0.27.0", | |
| "pydantic>=2.0", | |
| "gradio>=5.0", | |
| "jsonschema>=4.0", | |
| ] | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["."] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |