Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit ·
b2b6008
1
Parent(s): 49f004b
update requirements.txt
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
-
APScheduler=
|
| 2 |
-
black=
|
| 3 |
-
click=
|
| 4 |
-
datasets=
|
| 5 |
-
gradio=
|
| 6 |
-
gradio_client=
|
| 7 |
huggingface-hub>=0.18.0
|
| 8 |
-
numpy=
|
| 9 |
-
pandas=
|
| 10 |
-
python-dateutil=
|
| 11 |
-
requests=
|
| 12 |
-
tqdm=
|
| 13 |
-
accelerate=
|
| 14 |
-
socksio=
|
|
|
|
| 1 |
+
APScheduler>=3.10.1
|
| 2 |
+
black>=23.11.0
|
| 3 |
+
click>=8.1.3
|
| 4 |
+
datasets>=2.14.5
|
| 5 |
+
gradio>=4.29.0
|
| 6 |
+
gradio_client>=0.16.1
|
| 7 |
huggingface-hub>=0.18.0
|
| 8 |
+
numpy>=1.24.2
|
| 9 |
+
pandas>=2.0.0
|
| 10 |
+
python-dateutil>=2.8.2
|
| 11 |
+
requests>=2.31.0
|
| 12 |
+
tqdm>=4.65.0
|
| 13 |
+
accelerate>=0.24.1
|
| 14 |
+
socksio>=1.0.0
|