Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
tensorflow
|
2 |
tflearn>=0.5.0
|
3 |
nltk>=3.7
|
4 |
numpy>=1.21
|
@@ -8,4 +8,5 @@ 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>=2.15.0
|
2 |
tflearn>=0.5.0
|
3 |
nltk>=3.7
|
4 |
numpy>=1.21
|
|
|
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
|