Spaces:
Sleeping
Sleeping
fix ModuleNotFoundError: No module named 'altair.vegalite.v4'
Browse filesHey
@sayakpaul
,
Can you please merge this fix so the app doesn't crash anymore?
Reference: https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921/6
Bests
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
tensorflow==2.8.0
|
|
|
|
1 |
+
tensorflow==2.8.0
|
2 |
+
altair<5
|