Update requirements.txt
Browse files- requirements.txt +11 -9
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
scikit-learn
|
5 |
-
plotly
|
6 |
-
|
7 |
-
|
8 |
-
|
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
|