Skip to content

Commit 596dc73

Browse files
committed
Merge branch 'develop' of github.com:microsoft/interpret into develop
2 parents 86ad290 + e60b037 commit 596dc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/interpret-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
joblib_dep = "joblib>=0.11"
5454
extras = {
5555
# Core
56-
"required": ["numpy>=1.11.1", "scipy>=0.18.1", "pandas>=0.19.2", sklearn_dep],
56+
"required": ["numpy>=1.11.1", "scipy>=0.18.1", "pandas>=0.19.2", sklearn_dep, joblib_dep],
5757
"debug": ["psutil>=5.6.2"],
5858
"notebook": ["ipykernel>=5.1.0", "ipython>=7.4.0"],
5959
# Plotly (required if .visualize is ever called)

0 commit comments

Comments
 (0)