sunbal7 commited on
Commit
6aed6c4
·
verified ·
1 Parent(s): d1402fb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -9
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- streamlit
2
- pandas
3
- numpy
4
- scikit-learn
5
- plotly
6
- fpdf
7
- PyPDF2
8
- requests
9
- kaleido
 
 
 
1
+ streamlit==1.29.0
2
+ pandas==2.0.3
3
+ numpy==1.24.3
4
+ scikit-learn==1.3.0
5
+ plotly==5.15.0
6
+ matplotlib==3.7.2
7
+ reportlab==4.0.4
8
+ pdfplumber==0.9.0
9
+ kaleido==0.2.1
10
+ streamlit-extras==0.3.6
11
+ faker==19.6.2