Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -4,17 +4,17 @@ googlemaps
|
|
4 |
geocoder
|
5 |
pandas==1.5.3
|
6 |
beautifulsoup4==4.11.2
|
7 |
-
numpy==1.23.5
|
8 |
-
gradio==3.23.0
|
9 |
-
Pillow==8.4.0 # Compatible with Image.ANTIALIAS
|
10 |
selenium
|
11 |
chromedriver-autoinstaller
|
12 |
tensorflow
|
13 |
scipy
|
14 |
streamlit
|
15 |
folium
|
16 |
-
|
|
|
17 |
tflearn==0.5.0
|
18 |
-
|
19 |
-
|
|
|
|
|
20 |
|
|
|
4 |
geocoder
|
5 |
pandas==1.5.3
|
6 |
beautifulsoup4==4.11.2
|
|
|
|
|
|
|
7 |
selenium
|
8 |
chromedriver-autoinstaller
|
9 |
tensorflow
|
10 |
scipy
|
11 |
streamlit
|
12 |
folium
|
13 |
+
nltk==3.8.1
|
14 |
+
numpy==1.23.5
|
15 |
tflearn==0.5.0
|
16 |
+
tensorflow==2.9.1
|
17 |
+
gradio==3.23.0
|
18 |
+
Pillow==8.4.0 # Compatible with Image.ANTIALIAS
|
19 |
+
|
20 |
|