Spaces:
Sleeping
Sleeping
SantanuBanerjee
commited on
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -13,10 +13,10 @@ transformers
|
|
13 |
torch
|
14 |
nltk
|
15 |
sentence-transformers
|
16 |
-
|
17 |
|
18 |
# Additional dependencies
|
19 |
-
|
20 |
sentencepiece
|
21 |
geopy
|
22 |
|
@@ -26,10 +26,10 @@ geopandas
|
|
26 |
shapely
|
27 |
|
28 |
# For handling potential SSL certificate issues with geopy
|
29 |
-
|
30 |
|
31 |
# For more robust HTTP requests (optional, but can be helpful)
|
32 |
-
|
33 |
|
34 |
# For potential visualization of geographical data (optional)
|
35 |
folium
|
|
|
13 |
torch
|
14 |
nltk
|
15 |
sentence-transformers
|
16 |
+
bertopic
|
17 |
|
18 |
# Additional dependencies
|
19 |
+
pytextrank
|
20 |
sentencepiece
|
21 |
geopy
|
22 |
|
|
|
26 |
shapely
|
27 |
|
28 |
# For handling potential SSL certificate issues with geopy
|
29 |
+
certifi
|
30 |
|
31 |
# For more robust HTTP requests (optional, but can be helpful)
|
32 |
+
requests
|
33 |
|
34 |
# For potential visualization of geographical data (optional)
|
35 |
folium
|