Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
gradio
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
plotly
|
5 |
-
|
6 |
-
scipy
|
7 |
-
|
8 |
-
|
|
|
|
|
|
1 |
+
gradio==4.44.0
|
2 |
+
pandas==2.0.3
|
3 |
+
numpy==1.24.3
|
4 |
+
plotly==5.17.0
|
5 |
+
scikit-learn==1.3.0
|
6 |
+
scipy==1.11.1
|
7 |
+
statsmodels==0.14.0
|
8 |
+
fuzzywuzzy==0.18.0
|
9 |
+
python-Levenshtein==0.21.1
|
10 |
+
openpyxl==3.1.2
|