Spaces:
Runtime error
Runtime error
Solved "No module named 'altair.vegalite.v4'" error and Added altair<5 (#1)
Browse files- Solved "No module named 'altair.vegalite.v4'" error and Added altair<5 (e0398d2e830b8891b1f9c03108b8db6d36127984)
Co-authored-by: Letlhogonolo Fanampe <DjPapzin@users.noreply.huggingface.co>
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ aiohttp
|
|
7 |
cchardet
|
8 |
aiodns
|
9 |
streamlit
|
10 |
-
redis
|
|
|
|
7 |
cchardet
|
8 |
aiodns
|
9 |
streamlit
|
10 |
+
redis
|
11 |
+
altair<5
|