Spaces:
Runtime error
Runtime error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
gradio==5.49.1
|
| 2 |
-
pandas==2.
|
| 3 |
faker==37.11.0
|
| 4 |
-
numpy==
|
| 5 |
-
pyarrow==
|
| 6 |
-
openpyxl==3.1.
|
| 7 |
-
transformers==4.
|
| 8 |
-
torch==2.
|
| 9 |
-
scikit-learn==1.
|
| 10 |
-
plotly==
|
| 11 |
-
python-dateutil==2.
|
| 12 |
-
pydantic==2.
|
| 13 |
-
pyyaml==6.0.
|
| 14 |
-
cryptography==
|
|
|
|
| 1 |
gradio==5.49.1
|
| 2 |
+
pandas==2.0.3
|
| 3 |
faker==37.11.0
|
| 4 |
+
numpy==1.24.3
|
| 5 |
+
pyarrow==12.0.1
|
| 6 |
+
openpyxl==3.1.2
|
| 7 |
+
transformers==4.30.2
|
| 8 |
+
torch==2.0.1
|
| 9 |
+
scikit-learn==1.3.0
|
| 10 |
+
plotly==5.15.0
|
| 11 |
+
python-dateutil==2.8.2
|
| 12 |
+
pydantic==2.0.3
|
| 13 |
+
pyyaml==6.0.1
|
| 14 |
+
cryptography==41.0.3
|