Skip to content

Commit

Permalink
Merge pull request #90 from wamartin-aml/walmart/coreDependencies
Browse files Browse the repository at this point in the history
Update interpret-core with joblib required
  • Loading branch information
interpret-ml authored Oct 25, 2019
2 parents 30066a1 + 6b3abb9 commit e60b037
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 e60b037

Please sign in to comment.