Spaces:
Runtime error
Runtime error
Commit
·
96dd083
1
Parent(s):
8eaffab
Pinned Altair version
Browse filesDue to run error described here: https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
streamlit==0.89
|
2 |
fastai==2.2
|
3 |
protobuf==3.20
|
4 |
-
altair
|
5 |
pandas
|
6 |
python-frontmatter
|
|
|
1 |
streamlit==0.89
|
2 |
fastai==2.2
|
3 |
protobuf==3.20
|
4 |
+
altair<5
|
5 |
pandas
|
6 |
python-frontmatter
|