Spaces:
Running
Running
mohdelgaar
commited on
Commit
·
524f820
1
Parent(s):
55d47b9
update requirements
Browse files- requirements.txt +15 -5
requirements.txt
CHANGED
@@ -1,5 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
datasets==2.19.0
|
2 |
+
gradio==4.42.0
|
3 |
+
nltk==3.8.1
|
4 |
+
numpy==2.1.1
|
5 |
+
options==1.4.10
|
6 |
+
pandas==2.2.2
|
7 |
+
plotly==5.22.0
|
8 |
+
python_dateutil==2.9.0.post0
|
9 |
+
quickumls==1.4.2
|
10 |
+
scikit_learn==1.4.2
|
11 |
+
seqeval==1.2.2
|
12 |
+
spacy==3.3.0
|
13 |
+
torch==2.2.1
|
14 |
+
tqdm==4.65.0
|
15 |
+
transformers==4.39.3
|