updated requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
pandas
|
| 2 |
-
numpy
|
| 3 |
-
scikit-learn
|
| 4 |
nltk==3.8.1
|
| 5 |
-
gradio
|
| 6 |
-
umap-learn
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas==2.0.3
|
| 2 |
+
numpy==1.24.3
|
| 3 |
+
scikit-learn==1.3.0
|
| 4 |
nltk==3.8.1
|
| 5 |
+
gradio==3.41.2
|
| 6 |
+
umap-learn==0.5.4
|
| 7 |
+
matplotlib==3.7.1
|
| 8 |
+
plotly==5.15.0
|