Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/guillaume-vignal/shapash
Browse files Browse the repository at this point in the history
…into feature/contribution_plot_improvment
  • Loading branch information
guillaume-vignal committed May 6, 2024
2 parents cd237c2 + 00cd8b7 commit 991cc3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dash-html-components==2.0.0
dash-renderer==1.8.3
dash-table==5.0.0
lightgbm==2.3.1
pandas>1.0.2
pandas>=2.1.0
plotly==5.6.0
shap>=0.38.1,<0.45.0
Sphinx==4.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"plotly>=5.0.0",
"matplotlib>=3.2.0",
"numpy>1.18.0",
"pandas>1.0.2",
"pandas>=2.1.0",
"shap>=0.38.1,<0.45.0",
"Flask<2.3.0",
"dash>=2.3.1",
Expand Down

0 comments on commit 991cc3b

Please sign in to comment.