Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
APScheduler==3.10.1
|
2 |
black==23.11.0
|
3 |
click==8.1.3
|
4 |
-
|
5 |
-
|
6 |
matplotlib==3.8.4
|
7 |
numpy==1.26.0
|
8 |
pandas==2.2.2
|
|
|
1 |
APScheduler==3.10.1
|
2 |
black==23.11.0
|
3 |
click==8.1.3
|
4 |
+
huggingface-hub>=0.28.0 # brings the automatic 500-retry patch
|
5 |
+
datasets>=2.19.0
|
6 |
matplotlib==3.8.4
|
7 |
numpy==1.26.0
|
8 |
pandas==2.2.2
|