Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
|
|
|
|
1 |
nltk>=3.7
|
2 |
numpy>=1.21
|
3 |
-
tflearn>=0.5.0
|
4 |
-
tensorflow==1.15
|
5 |
gradio>=3.0
|
6 |
transformers>=4.29.2
|
7 |
torch>=2.0.0
|
8 |
googlemaps>=4.5.3
|
9 |
folium>=0.14.0
|
10 |
pandas>=1.5
|
11 |
-
scikit-learn>=1.2
|
|
|
1 |
+
tensorflow==1.15
|
2 |
+
tflearn>=0.5.0
|
3 |
nltk>=3.7
|
4 |
numpy>=1.21
|
|
|
|
|
5 |
gradio>=3.0
|
6 |
transformers>=4.29.2
|
7 |
torch>=2.0.0
|
8 |
googlemaps>=4.5.3
|
9 |
folium>=0.14.0
|
10 |
pandas>=1.5
|
11 |
+
scikit-learn>=1.2
|