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