Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
-
pandas==
|
3 |
-
scikit-learn==1.
|
4 |
-
gradio==4.22.0
|
|
|
1 |
+
gradio==4.22.0
|
2 |
+
pandas==2.2.1
|
3 |
+
scikit-learn==1.4.0
|
|