Skip to content

Commit 68ee5cf

Browse files
authored
Merge pull request #481 from JohT/renovate/python-machine-learning-libs
Update python-machine-learning-libs
2 parents 718ced8 + 208162f commit 68ee5cf

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

conda-environment.yml

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

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
jupyter==1.1.1
88
matplotlib==3.10.8
99
nbconvert[webpdf]==7.16.6
10-
numpy==1.26.4
10+
numpy==2.2.5
1111
pandas==2.3.3
1212
pip==26.0.1
1313
setuptools==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
1919
seaborn==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 ---
2727
neo4j==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

0 commit comments

Comments
 (0)