Skip to content

Commit 23fc10a

Browse files
renovate[bot]JohT
authored andcommitted
Update dependency shap to v0.50.0
1 parent ee35570 commit 23fc10a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ dependencies:
2525
- seaborn=0.13.2 # To visualize clustering results
2626
- optuna=4.6.0
2727
- umap-learn=0.5.9 # to visualize node embeddings in 2D (UMAP dimensionality reduction)
28-
- shap=0.48.0
28+
- shap=0.50.0
2929
- pip:
3030
- neo4j==5.28.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ neo4j==5.28.2
3030
# --- Native/scientific packages (may require compilation) ---
3131
# These are included but may cause install errors in pip/venv
3232
opentsne==1.0.4 # Dimensionality reduction to visualize node embeddings in 2D. Might get replaced by umap.
33-
shap==0.49.1 # For e.g. explaining anomaly detection results
33+
shap==0.50.0 # For e.g. explaining anomaly detection results

0 commit comments

Comments
 (0)