Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
# Core Gradio UI (locks to 5.x series)
|
| 2 |
gradio>=5.0,<6.0
|
| 3 |
|
|
@@ -5,4 +7,13 @@ gradio>=5.0,<6.0
|
|
| 5 |
gradio-modal>=0.0.4
|
| 6 |
|
| 7 |
# HF Hub client (latest stable)
|
| 8 |
-
huggingface-hub>=0.30.2,<0.31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
+
|
| 3 |
# Core Gradio UI (locks to 5.x series)
|
| 4 |
gradio>=5.0,<6.0
|
| 5 |
|
|
|
|
| 7 |
gradio-modal>=0.0.4
|
| 8 |
|
| 9 |
# HF Hub client (latest stable)
|
| 10 |
+
huggingface-hub>=0.30.2,<0.31
|
| 11 |
+
|
| 12 |
+
# Google Sheets API client
|
| 13 |
+
gspread
|
| 14 |
+
|
| 15 |
+
# Google API Authentication (older library, used by import)
|
| 16 |
+
oauth2client
|
| 17 |
+
|
| 18 |
+
# Data Manipulation
|
| 19 |
+
pandas
|