malteos commited on
Commit
3d72cde
·
verified ·
1 Parent(s): 6af0400

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
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]==0.2.3
 
1
+ # Install commonlid directly from GitHub main so the Space picks up changes
2
+ # without a PyPI release cycle. Pin to a tag or commit SHA (e.g.
3
+ # `...@v0.2.3` or `...@<sha>`) if you need to lock the Space to a known build.
4
+ commonlid[leaderboard] @ git+https://github.com/commoncrawl/commonlid-eval.git@main