Spaces:
Sleeping
Sleeping
Fix ModuleNotFoundError: No module named ‘altair.vegalite.v4’
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
# https://github.com/streamlit/streamlit/issues/5315
|
2 |
easyocr
|
|
|
3 |
streamlit
|
4 |
opencv-python-headless==4.5.5.64
|
5 |
torch==1.12.1
|
|
|
1 |
# https://github.com/streamlit/streamlit/issues/5315
|
2 |
easyocr
|
3 |
+
altair==4.0
|
4 |
streamlit
|
5 |
opencv-python-headless==4.5.5.64
|
6 |
torch==1.12.1
|