Skip to content

Commit e60b037

Browse files
authored
Merge pull request #90 from wamartin-aml/walmart/coreDependencies
Update interpret-core with joblib required
2 parents 30066a1 + 6b3abb9 commit e60b037

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)