Spaces:
Sleeping
Sleeping
rmm
commited on
Commit
·
e5cc9f3
1
Parent(s):
3446e31
fix: duplicated entries in requirements
Browse files
call_models/requirements.txt
CHANGED
@@ -5,8 +5,6 @@ pandas==2.2.3
|
|
5 |
# frontend
|
6 |
streamlit==1.39.0
|
7 |
## for nice map tiles
|
8 |
-
folium
|
9 |
-
streamlit_folium
|
10 |
folium==0.18.0
|
11 |
streamlit_folium==0.23.1
|
12 |
|
@@ -27,4 +25,4 @@ pillow==10.4.0
|
|
27 |
|
28 |
## also need opencv for handling images in the later model with preprocessing
|
29 |
opencv-python-headless==4.5.5.64
|
30 |
-
albumentations==1.1.0
|
|
|
5 |
# frontend
|
6 |
streamlit==1.39.0
|
7 |
## for nice map tiles
|
|
|
|
|
8 |
folium==0.18.0
|
9 |
streamlit_folium==0.23.1
|
10 |
|
|
|
25 |
|
26 |
## also need opencv for handling images in the later model with preprocessing
|
27 |
opencv-python-headless==4.5.5.64
|
28 |
+
albumentations==1.1.0
|