Spaces:
Running
Running
Commit
·
befb056
1
Parent(s):
3cee5b7
Update Python version to 3.11 for gridstatus compatibility
Browse files- gridstatus requires Python 3.11+ for StrEnum support
- Fixes ImportError on HuggingFace Spaces running Python 3.10
README.md
CHANGED
|
@@ -7,6 +7,7 @@ sdk: streamlit
|
|
| 7 |
sdk_version: 1.38.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# Time Series Forecasting Demo
|
|
|
|
| 7 |
sdk_version: 1.38.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
python_version: 3.11
|
| 11 |
---
|
| 12 |
|
| 13 |
# Time Series Forecasting Demo
|