Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,11 +4,10 @@ googlemaps
|
|
4 |
geocoder
|
5 |
pandas
|
6 |
beautifulsoup4==4.11.2
|
7 |
-
tensorflow
|
8 |
scipy
|
9 |
folium
|
10 |
nltk==3.8.1
|
11 |
-
numpy
|
12 |
tflearn==0.5.0
|
13 |
tensorflow==2.9.1
|
14 |
gradio
|
@@ -17,3 +16,4 @@ torch
|
|
17 |
geopy
|
18 |
regex
|
19 |
scikit-learn
|
|
|
|
4 |
geocoder
|
5 |
pandas
|
6 |
beautifulsoup4==4.11.2
|
|
|
7 |
scipy
|
8 |
folium
|
9 |
nltk==3.8.1
|
10 |
+
numpy==1.21.5
|
11 |
tflearn==0.5.0
|
12 |
tensorflow==2.9.1
|
13 |
gradio
|
|
|
16 |
geopy
|
17 |
regex
|
18 |
scikit-learn
|
19 |
+
tensorflow==2.10.0
|