Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
matplotlib
|
5 |
-
scikit-learn
|
|
|
|
|
|
|
|
1 |
+
gradio==4.0.2
|
2 |
+
pandas==2.0.3
|
3 |
+
numpy==1.24.3
|
4 |
+
matplotlib==3.7.2
|
5 |
+
scikit-learn==1.2.2
|
6 |
+
nltk==3.8.1
|
7 |
+
regex==2023.6.3
|
8 |
+
|