Konstantin commited on
Commit
0156479
1 Parent(s): fc31bcb

Pin version of altair to <5

Browse files

The package altair contains breaking changes that are not handled by the used version of streamlit.

See https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921/13

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,5 +1,6 @@
 
1
  beautifulsoup4==4.10.0
2
  streamlit==1.2.0
3
  transformers==4.15.0
4
  transformers-interpret==0.5.2
5
- ipython
 
1
+ altair==4.2.2
2
  beautifulsoup4==4.10.0
3
  streamlit==1.2.0
4
  transformers==4.15.0
5
  transformers-interpret==0.5.2
6
+ ipython