Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
alozowski
commited on
Commit
•
12ffb2f
1
Parent(s):
577f730
Update dependencies
Browse files- requirements.txt +11 -17
requirements.txt
CHANGED
@@ -1,23 +1,17 @@
|
|
1 |
APScheduler==3.10.1
|
2 |
-
black==
|
3 |
-
click==8.1.
|
4 |
-
datasets==2.
|
5 |
-
huggingface-hub>=0.
|
6 |
-
matplotlib==3.8.4
|
7 |
-
numpy==1.26.0
|
8 |
pandas==2.2.2
|
9 |
-
|
10 |
-
|
11 |
-
sentencepiece
|
12 |
-
tqdm==4.65.0
|
13 |
transformers==4.44.2
|
14 |
-
tokenizers>=0.
|
15 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.3 # CI !!!
|
16 |
-
isort
|
17 |
-
ruff
|
18 |
-
gradio==4.
|
19 |
gradio[oauth]
|
20 |
gradio_leaderboard==0.0.11
|
21 |
-
|
22 |
-
requests-oauthlib== 1.3.1
|
23 |
-
schedule == 1.2.2
|
|
|
1 |
APScheduler==3.10.1
|
2 |
+
black==24.8.0
|
3 |
+
click==8.1.7
|
4 |
+
datasets==2.21.0
|
5 |
+
huggingface-hub>=0.24.6
|
|
|
|
|
6 |
pandas==2.2.2
|
7 |
+
python-dateutil==2.9.0
|
8 |
+
sentencepiece==0.2.0
|
|
|
|
|
9 |
transformers==4.44.2
|
10 |
+
tokenizers>=0.19.0
|
11 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.3 # CI !!!
|
12 |
+
isort==5.13.2
|
13 |
+
ruff===0.6.4
|
14 |
+
gradio==4.44.0
|
15 |
gradio[oauth]
|
16 |
gradio_leaderboard==0.0.11
|
17 |
+
schedule == 1.2.2
|
|
|
|