Spaces:
Runtime error
Runtime error
Commit
·
9094aa3
1
Parent(s):
d534128
Update requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
2 |
pandas
|
3 |
-
|
4 |
-
|
|
|
1 |
+
yaml~=0.2.2
|
2 |
+
pyyaml~=6.0
|
3 |
+
seaborn~=0.11.2
|
4 |
+
joblib>=1.2.0s
|
5 |
+
scikit-learn~=1.0.1
|
6 |
+
numpy>=1.21.2
|
7 |
pandas
|
8 |
+
matplotlib
|
9 |
+
gradio
|