File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ dependencies:
2222 - plotly=6.0.*
2323 - python-kaleido=0.2.* # To render plotly plots. Static image export for web-based visualization libraries.
2424 - scikit-learn=1.6.* # To try out this HDBSCAN implementation
25- - seaborn=0.13 # To visualize clustering results
26- - optuna=4.3 .*
25+ - seaborn=0.13.* # To visualize clustering results
26+ - optuna=4.5 .*
2727 - umap-learn=0.5.* # to visualize node embeddings in 2D (UMAP dimensionality reduction)
2828 - shap=0.48.*
2929 - pip :
30- - neo4j==5.23 .*
30+ - neo4j==5.28 .*
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ typing-extensions==4.12.* # Needed for opentsne and Python >= 3.12
1717wordcloud == 1.9.*
1818monotonic == 1.*
1919plotly [kaleido ]== 6.2.*
20- seaborn == 0.13 # To visualize clustering results
20+ seaborn == 0.13.* # To visualize clustering results
2121
2222# --- Machine Learning / Optimization ---
2323scikit-learn == 1.6.*
24- optuna == 4.3 .*
24+ optuna == 4.5 .*
2525umap-learn == 0.5.* # Dimensionality reduction to visualize node embeddings in 2D
2626
2727# --- Database connector ---
28- neo4j == 5.23 .*
28+ neo4j == 5.28 .*
2929
3030# --- Native/scientific packages (may require compilation) ---
3131# These are included but may cause install errors in pip/venv
You can’t perform that action at this time.
0 commit comments