Skip to content

Commit 2624899

Browse files
committed
add streamlit dependencies
1 parent 926115b commit 2624899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ authors = [
66
{ name = "Manisha Bhandari", email = "[email protected]" }
77
]
88
dependencies = [
9-
"streamlit==1.33.0",
109
"streamlit-folium==0.19.1",
1110
"folium==0.16.0",
11+
"streamlit>=1.33.0",
1212
]
1313
readme = "README.md"
14-
requires-python = ">= 3.12"
14+
requires-python = ">= 3.8"
1515

1616
[build-system]
1717
requires = ["hatchling"]

0 commit comments

Comments
 (0)