Spaces:
Sleeping
Sleeping
Kurt
commited on
Commit
•
68e1c48
1
Parent(s):
4274eee
req
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
nltk==3.8.1
|
2 |
+
numpy==1.26.4
|
3 |
+
scipy==1.13.1
|
4 |
+
pandas==2.2.2
|
5 |
+
tqdm==4.66.5
|
6 |
+
ujson==5.10.0
|
7 |
+
joblib==1.4.2
|
8 |
+
datasets==3.0.1
|
9 |
+
pytrec_eval==0.5
|
10 |
+
gradio
|