Update requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,20 +1,17 @@
|
|
1 |
streamlit==1.32.0
|
2 |
pandas==2.2.0
|
3 |
-
|
4 |
requests==2.31.0
|
5 |
geopandas==0.14.2
|
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 |
-
|
|
|
1 |
streamlit==1.32.0
|
2 |
pandas==2.2.0
|
3 |
+
numpy==1.26.3
|
4 |
requests==2.31.0
|
5 |
geopandas==0.14.2
|
|
|
6 |
pytz==2024.1
|
7 |
pillow==10.2.0
|
|
|
8 |
geopy==2.4.1
|
9 |
folium==0.15.1
|
10 |
streamlit-folium==0.15.1
|
11 |
branca==0.6.0
|
|
|
12 |
sentence-transformers==2.5.1
|
13 |
scikit-learn==1.4.0
|
14 |
torch==2.2.0
|
15 |
transformers==4.38.2
|
16 |
huggingface-hub==0.21.4
|
17 |
+
tzlocal==4.3.1
|