Spaces:
Runtime error
Runtime error
mariagrandury
commited on
Commit
•
b7500f6
1
Parent(s):
c2416b0
Add altair to requirements
Browse filesFix `ModuleNotFoundError: No module named 'altair.vegalite.v4'` following https://discuss.huggingface.co/t/streamlit-spaces-with-modulenotfounderror-no-module-named-altair-vegalite-v4-error/39683/3
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
streamlit==1.1.0
|
2 |
pandas==1.5.0
|
3 |
plotly==5.1.0
|
4 |
-
numpy==1.21.2
|
|
|
|
1 |
streamlit==1.1.0
|
2 |
pandas==1.5.0
|
3 |
plotly==5.1.0
|
4 |
+
numpy==1.21.2
|
5 |
+
altair<5
|