Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:microsoft/interpret into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
interpret-ml committed Oct 25, 2019
2 parents 86ad290 + e60b037 commit 596dc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/interpret-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
joblib_dep = "joblib>=0.11"
extras = {
# Core
"required": ["numpy>=1.11.1", "scipy>=0.18.1", "pandas>=0.19.2", sklearn_dep],
"required": ["numpy>=1.11.1", "scipy>=0.18.1", "pandas>=0.19.2", sklearn_dep, joblib_dep],
"debug": ["psutil>=5.6.2"],
"notebook": ["ipykernel>=5.1.0", "ipython>=7.4.0"],
# Plotly (required if .visualize is ever called)
Expand Down

0 comments on commit 596dc73

Please sign in to comment.