Commit ·
8be668b
1
Parent(s): df5f347
first complete version
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
mlcroissant>=1.0.17
|
| 2 |
-
pydantic=
|
| 3 |
gradio>=3.50.2
|
| 4 |
func_timeout
|
| 5 |
requests
|
| 6 |
-
huggingface-hub=
|
| 7 |
-
fsspec=
|
| 8 |
-
aiohttp=
|
| 9 |
-
aiohappyeyeballs=
|
| 10 |
-
pandas=
|
| 11 |
-
pyarrow=
|
| 12 |
GitPython>=3.1.0
|
|
|
|
| 1 |
mlcroissant>=1.0.17
|
| 2 |
+
pydantic>=2.10.6
|
| 3 |
gradio>=3.50.2
|
| 4 |
func_timeout
|
| 5 |
requests
|
| 6 |
+
huggingface-hub>=0.30.1
|
| 7 |
+
fsspec>=2023.10.0
|
| 8 |
+
aiohttp>=3.11.15
|
| 9 |
+
aiohappyeyeballs>=2.6.1
|
| 10 |
+
pandas>=2.2.2
|
| 11 |
+
pyarrow>=18.1.0
|
| 12 |
GitPython>=3.1.0
|