rocarvaj commited on
Commit
fa732a7
1 Parent(s): 6c9053b

Update requirements.txt

Browse files

Avoiding error "modulenotfounderror: no module named 'altair.vegalite.v4'"

Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  streamlit
2
  pandas
3
- plotly
 
1
+ altair<5
2
  streamlit
3
  pandas
4
+ plotly