Spaces:
Sleeping
Sleeping
| [project] | |
| name = "graphtestbed" | |
| version = "0.1.0" | |
| description = "Reproducible benchmark harness for ML/AI agents on heterogeneous graph datasets" | |
| authors = [{ name = "GraphTestbed Maintainers" }] | |
| license = "MIT" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| keywords = ["benchmark", "graph", "ml", "agent", "evaluation"] | |
| dependencies = [ | |
| "huggingface-hub >= 0.20", | |
| "pandas >= 2.0", | |
| "pyyaml >= 6.0", | |
| "requests >= 2.30", | |
| ] | |
| [project.urls] | |
| Homepage = "https://github.com/zhuconv/GraphTestbed" | |
| Repository = "https://github.com/zhuconv/GraphTestbed" | |
| Issues = "https://github.com/zhuconv/GraphTestbed/issues" | |
| [project.optional-dependencies] | |
| dev = ["scikit-learn >= 1.3"] | |
| [project.scripts] | |
| gtb = "graphtestbed.cli:main" | |
| [build-system] | |
| requires = ["setuptools >= 65", "wheel"] | |
| build-backend = "setuptools.build_meta" | |
| [tool.setuptools] | |
| packages = ["graphtestbed"] | |