Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#
|
| 2 |
-
#
|
| 3 |
-
#
|
| 4 |
-
commonlid[leaderboard]
|
|
|
|
| 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
|