Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Yang He commited on
Commit ·
10eb323
1
Parent(s): 10b4376
fix(space): update runtime dependencies
Browse files- README.md +2 -1
- requirements.txt +5 -6
README.md
CHANGED
|
@@ -5,9 +5,10 @@ colorFrom: green
|
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.12.0
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 5 |
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.12.0
|
| 8 |
+
python_version: 3.10
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
| 12 |
---
|
| 13 |
|
| 14 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
altair==5.1.2
|
|
|
|
| 1 |
+
pandas>=2.2,<3
|
| 2 |
+
numpy>=1.26,<3
|
| 3 |
+
plotly>=5.14,<6
|
| 4 |
+
openpyxl>=3.1,<4
|
| 5 |
+
altair>=5.1,<6
|
|
|