Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -6,13 +6,18 @@ geopandas==0.14.2
|
|
6 |
contextily==1.4.0
|
7 |
pytz==2024.1
|
8 |
pillow==10.2.0
|
|
|
9 |
geopy==2.4.1
|
10 |
folium==0.15.1
|
11 |
streamlit-folium==0.15.1
|
12 |
branca==0.6.0
|
|
|
13 |
sentence-transformers==2.5.1
|
14 |
scikit-learn==1.4.0
|
15 |
torch==2.2.0
|
16 |
transformers==4.38.2
|
17 |
huggingface-hub==0.21.4
|
18 |
tzlocal==4.3.1
|
|
|
|
|
|
|
|
6 |
contextily==1.4.0
|
7 |
pytz==2024.1
|
8 |
pillow==10.2.0
|
9 |
+
matplotlib==3.8.2
|
10 |
geopy==2.4.1
|
11 |
folium==0.15.1
|
12 |
streamlit-folium==0.15.1
|
13 |
branca==0.6.0
|
14 |
+
python-dotenv==1.0.1
|
15 |
sentence-transformers==2.5.1
|
16 |
scikit-learn==1.4.0
|
17 |
torch==2.2.0
|
18 |
transformers==4.38.2
|
19 |
huggingface-hub==0.21.4
|
20 |
tzlocal==4.3.1
|
21 |
+
plotly==5.18.0
|
22 |
+
Streamlit-Chat-Message-Bar==0.2.1
|
23 |
+
streamlit-chat==0.4.0
|