Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
# The Space pulls the package from PyPI with the leaderboard extra so the
|
| 2 |
# Gradio entrypoint and `commonlid leaderboard serve` CLI stay in sync. Pin a
|
| 3 |
# concrete release here once we tag one (e.g. `commonlid[leaderboard]==0.1.0`).
|
| 4 |
-
commonlid[leaderboard]
|
|
|
|
| 1 |
# The Space pulls the package from PyPI with the leaderboard extra so the
|
| 2 |
# Gradio entrypoint and `commonlid leaderboard serve` CLI stay in sync. Pin a
|
| 3 |
# concrete release here once we tag one (e.g. `commonlid[leaderboard]==0.1.0`).
|
| 4 |
+
commonlid[leaderboard]==0.2.2
|