File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ dependencies:
1111 - matplotlib=3.10.8
1212 - nbconvert=7.16.6
1313 - nbconvert-webpdf=7.16.6
14- - numpy=1.26.4
14+ - numpy=2.2.5
1515 - pandas=2.2.3
1616 - pip=26.0.1
1717 - setuptools=80.9.0 # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)
1818 - wordcloud=1.9.6
1919 - monotonic=1.6
2020 - plotly=6.5.2
2121 - python-kaleido=1.2.0 # To render plotly plots. Static image export for web-based visualization libraries.
22- - scikit-learn=1.6.1 # For anomaly detection HDBSCAN clustering, scores like AMI, and others
22+ - scikit-learn=1.8.0 # For anomaly detection HDBSCAN clustering, scores like AMI, and others
2323 - seaborn=0.13.2 # To visualize clustering results
24- - optuna=4.6 .0
25- - umap-learn=0.5.9 # to visualize node embeddings in 2D (UMAP dimensionality reduction)
26- - shap=0.48 .0
24+ - optuna=4.7 .0
25+ - umap-learn=0.5.11 # to visualize node embeddings in 2D (UMAP dimensionality reduction)
26+ - shap=0.50 .0
2727 - pip :
2828 - neo4j==5.28.2
Original file line number Diff line number Diff line change 77jupyter == 1.1.1
88matplotlib == 3.10.8
99nbconvert [webpdf ]== 7.16.6
10- numpy == 1.26.4
10+ numpy == 2.2.5
1111pandas == 2.3.3
1212pip == 26.0.1
1313setuptools == 80.9.0 # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)
@@ -19,13 +19,13 @@ plotly[kaleido]==6.5.2
1919seaborn == 0.13.2 # To visualize clustering results
2020
2121# --- Machine Learning / Optimization ---
22- scikit-learn == 1.7.2
23- optuna == 4.6 .0
24- umap-learn == 0.5.9.post2 # Dimensionality reduction to visualize node embeddings in 2D
22+ scikit-learn == 1.8.0
23+ optuna == 4.7 .0
24+ umap-learn == 0.5.11 # Dimensionality reduction to visualize node embeddings in 2D
2525
2626# --- Database connector ---
2727neo4j == 5.28.2
2828
2929# --- Native/scientific packages (may require compilation) ---
3030# These are included but may cause install errors in pip/venv
31- shap == 0.49.1 # For e.g. explaining anomaly detection results
31+ shap == 0.50.0 # For e.g. explaining anomaly detection results
You can’t perform that action at this time.
0 commit comments