Spaces:
Runtime error
Runtime error
felix
commited on
Commit
•
1dc8c62
1
Parent(s):
6b9a0ec
sync req.txt
Browse files- requirements.txt +7 -10
requirements.txt
CHANGED
@@ -1,20 +1,17 @@
|
|
1 |
APScheduler==3.10.1
|
2 |
black==23.11.0
|
3 |
click==8.1.3
|
4 |
-
datasets
|
5 |
-
gradio
|
6 |
-
gradio_client
|
7 |
huggingface-hub>=0.18.0
|
8 |
-
markdown-it-py==2.2.0
|
9 |
-
MarkupSafe==2.1.2
|
10 |
matplotlib==3.7.1
|
11 |
-
numpy
|
12 |
-
pandas
|
13 |
plotly==5.14.1
|
14 |
python-dateutil==2.8.2
|
15 |
-
requests
|
16 |
sentencepiece
|
17 |
-
semantic-version==2.10.0
|
18 |
tqdm==4.65.0
|
19 |
-
transformers==4.
|
20 |
tokenizers>=0.15.0
|
|
|
1 |
APScheduler==3.10.1
|
2 |
black==23.11.0
|
3 |
click==8.1.3
|
4 |
+
datasets==2.14.5
|
5 |
+
gradio==4.9.0
|
6 |
+
gradio_client==0.7.2
|
7 |
huggingface-hub>=0.18.0
|
|
|
|
|
8 |
matplotlib==3.7.1
|
9 |
+
numpy==1.24.2
|
10 |
+
pandas==2.0.0
|
11 |
plotly==5.14.1
|
12 |
python-dateutil==2.8.2
|
13 |
+
requests==2.28.2
|
14 |
sentencepiece
|
|
|
15 |
tqdm==4.65.0
|
16 |
+
transformers==4.36.0
|
17 |
tokenizers>=0.15.0
|