| [project] | |
| channels = ["conda-forge", "huggingface"] | |
| description = "Add a short description here" | |
| name = "open-llm-leaderboard-results-to-modelcard" | |
| platforms = ["win-64"] | |
| version = "1.0.0" | |
| [tasks] | |
| [dependencies] | |
| python = "3.12.*" | |
| huggingface_hub = ">=0.26.2,<0.27" | |
| ruff = ">=0.8.1,<0.9" | |
| [pypi-dependencies] | |
| gradio = { version = "==5.7.1", extras = ["oauth"] } | |
| pytablewriter = ">=1.2.0, <2" | |
| gradio-space-ci = { git = "https://huggingface.co/spaces/Wauplin/gradio-space-ci", rev = "0.2.3" } | |
| beautifulsoup4 = ">=4.12.3, <5" | |
| datasets = ">=3.1.0, <4" | |
| pytest = ">=8.3.4, <9" | |