Skip to content

Commit bc72c91

Browse files
committed
Update python dependencies seaborn, optuna, neo4j
1 parent d371a6d commit bc72c91

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

conda-environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.*

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ typing-extensions==4.12.* # Needed for opentsne and Python >= 3.12
1717
wordcloud==1.9.*
1818
monotonic==1.*
1919
plotly[kaleido]==6.2.*
20-
seaborn==0.13 # To visualize clustering results
20+
seaborn==0.13.* # To visualize clustering results
2121

2222
# --- Machine Learning / Optimization ---
2323
scikit-learn==1.6.*
24-
optuna==4.3.*
24+
optuna==4.5.*
2525
umap-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

0 commit comments

Comments
 (0)