Skip to content

Commit 4910719

Browse files
authored
Update requirements.txt
1 parent ee4251c commit 4910719

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build/lib/streamlit_launcher/requirements.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ wordcloud==1.9.4
1515
streamlit-folium==0.23.1
1616
graphviz==0.20.3
1717
pillow==10.4.0
18+
pydeck==0.9.1
1819

1920
# =============================
2021
# Statistics & Scientific
2122
# =============================
2223
scipy==1.14.1
23-
scikit-learn==1.5.2
24+
scikit-learn==1.5.2 # DBSCAN is included here
2425
xgboost==2.1.1
2526
statsmodels==0.14.3
2627

@@ -48,5 +49,8 @@ xlrd==2.0.1
4849
# =============================
4950
numpy-stl==3.2.0
5051
trimesh==4.3.2
51-
streamlit-modal==0.1.2
5252

53+
# =============================
54+
# Streamlit Extensions
55+
# =============================
56+
streamlit-modal==0.1.2

0 commit comments

Comments
 (0)