Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -3,8 +3,8 @@ pandas==1.5.3
|
|
3 |
statsmodels==0.13.5
|
4 |
plotly==5.13.0
|
5 |
scipy==1.10.0
|
6 |
-
gradio
|
7 |
xlsxwriter==3.1.9
|
8 |
kaleido==0.2.1
|
9 |
-
python-docx
|
10 |
-
matplotlib
|
|
|
3 |
statsmodels==0.13.5
|
4 |
plotly==5.13.0
|
5 |
scipy==1.10.0
|
6 |
+
gradio==3.28.0
|
7 |
xlsxwriter==3.1.9
|
8 |
kaleido==0.2.1
|
9 |
+
python-docx==0.8.11
|
10 |
+
matplotlib==3.7.1
|