File size: 392 Bytes
eb2388c
 
 
 
 
 
 
 
 
 
 
 
 
4470c81
 
e108169
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[project]
name = "flood-mapping-gfm"
version = "0.1.0"
description = "A streamlit app to map gfm flood forecasts"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "requests>=2.32.3",
    "geopandas>=1.0.1",
    "folium>=0.19.4",
    "python-dotenv==1.0.1",
    "streamlit>=1.41.1",
    "streamlit-folium>=0.24.0",
    "ipykernel>=6.29.5",
    "huggingface-hub>=0.30.2",
]