AreejMehboob commited on
Commit
eba1095
·
verified ·
1 Parent(s): c3f9894

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -1
requirements.txt CHANGED
@@ -1,3 +1,6 @@
1
  altair
2
  pandas
3
- streamlit
 
 
 
 
1
  altair
2
  pandas
3
+ streamlit
4
+ pandas==1.5.3 # if your secret uses pandas
5
+ scikit-learn==1.2.2 # if you have ML pipelines
6
+ plotly