Spaces:
Runtime error
Runtime error
Update requirements.txt to fix breaking update
Browse filesSee https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921/9
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ loguru
|
|
3 |
plotly==5.12.0
|
4 |
scikit-learn==1.2.0
|
5 |
spacy==3.4.4
|
6 |
-
streamlit==1.17.0
|
|
|
|
3 |
plotly==5.12.0
|
4 |
scikit-learn==1.2.0
|
5 |
spacy==3.4.4
|
6 |
+
streamlit==1.17.0
|
7 |
+
altair<5
|