Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
gradio==4.44.0
|
| 2 |
-
scikit-learn=
|
| 3 |
-
pandas=
|
| 4 |
-
numpy=
|
| 5 |
-
nltk==3.8.1
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
scikit-learn>=1.3.0
|
| 3 |
+
pandas>=2.1.0
|
| 4 |
+
numpy>=1.24.0
|
| 5 |
+
nltk==3.8.1
|