Spaces:
Build error
Build error
Update requirements.txt
Browse filesAdding altair==4.1.0 to resolve this error https://discuss.huggingface.co/t/streamlit-spaces-with-modulenotfounderror-no-module-named-altair-vegalite-v4-error/39683
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -10,3 +10,4 @@ scipy
|
|
| 10 |
python-docx
|
| 11 |
extra-streamlit-components
|
| 12 |
triton
|
|
|
|
|
|
| 10 |
python-docx
|
| 11 |
extra-streamlit-components
|
| 12 |
triton
|
| 13 |
+
altair==4.1.0
|