Update requirements.txt
Browse files- requirements.txt +18 -10
requirements.txt
CHANGED
@@ -1,11 +1,19 @@
|
|
1 |
-
streamlit==1.
|
2 |
-
pandas==2.
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
9 |
branca==0.6.0
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
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 |
+
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
|