Spaces:
Running
Running
File size: 308 Bytes
feccacf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[project]
name = "OpenEuroLLM-Leaderboard"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"apscheduler>=3.11.0",
"gradio-client>=1.3.0",
"gradio-leaderboard==0.0.9",
"gradio[oauth]==4.44.0",
"pandas>=2.2.3",
]
|