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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
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,19 +26,21 @@ 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
36
 
37
  # For potential parallel processing of geocoding tasks (optional)
38
- multiprocessing
39
 
40
  # For handling potential timeout issues in HTTP requests
41
- urllib3
 
 
42
 
43
  # Adding the below will help us:: nlp = spacy.load('en_core_web_sm') :: directly
44
  # https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz
 
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
36
 
37
  # For potential parallel processing of geocoding tasks (optional)
38
+ # multiprocessing
39
 
40
  # For handling potential timeout issues in HTTP requests
41
+ # urllib3
42
+
43
+
44
 
45
  # Adding the below will help us:: nlp = spacy.load('en_core_web_sm') :: directly
46
  # https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz