SantanuBanerjee commited on
Commit
31a5c30
·
verified ·
1 Parent(s): 78eedb3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -13,10 +13,10 @@ transformers
13
  torch
14
  nltk
15
  sentence-transformers
16
- # bertopic
17
 
18
  # Additional dependencies
19
- # pytextrank
20
  sentencepiece
21
  geopy
22
 
@@ -26,10 +26,10 @@ geopandas
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
 
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