We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4251c commit 4910719Copy full SHA for 4910719
build/lib/streamlit_launcher/requirements.txt
@@ -15,12 +15,13 @@ wordcloud==1.9.4
15
streamlit-folium==0.23.1
16
graphviz==0.20.3
17
pillow==10.4.0
18
+pydeck==0.9.1
19
20
# =============================
21
# Statistics & Scientific
22
23
scipy==1.14.1
-scikit-learn==1.5.2
24
+scikit-learn==1.5.2 # DBSCAN is included here
25
xgboost==2.1.1
26
statsmodels==0.14.3
27
@@ -48,5 +49,8 @@ xlrd==2.0.1
48
49
50
numpy-stl==3.2.0
51
trimesh==4.3.2
-streamlit-modal==0.1.2
52
53
+# =============================
54
+# Streamlit Extensions
55
56
+streamlit-modal==0.1.2
0 commit comments