MikeTrizna commited on
Commit
96dd083
·
1 Parent(s): 8eaffab

Pinned Altair version

Browse files

Due to run error described here: https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921

Files changed (1) hide show
  1. 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