Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
gradio
|
2 |
pandas
|
3 |
numpy
|
4 |
-
xlsxwriter
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
pandas
|
3 |
numpy
|
4 |
+
xlsxwriter
|
5 |
+
matplotlib
|
6 |
+
seaborn
|
7 |
+
scipy
|
8 |
+
plotly
|