Updated requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
pandas=
|
| 2 |
-
numpy=
|
| 3 |
-
scikit-learn=
|
| 4 |
-
nltk==3.8.1
|
| 5 |
-
gradio
|
| 6 |
-
umap-learn
|
|
|
|
| 1 |
+
pandas>=2.2.2
|
| 2 |
+
numpy>=1.26.0
|
| 3 |
+
scikit-learn>=1.4.0
|
| 4 |
+
nltk==3.8.1
|
| 5 |
+
gradio
|
| 6 |
+
umap-learn
|