Skip to content

Commit

Permalink
Specifiy gevent install for Morris Sensitivity recipe to ensure it wo…
Browse files Browse the repository at this point in the history
…rks for deb/rpm (#127)
  • Loading branch information
navdeep-G authored Jan 16, 2021
1 parent 8651e2c commit f4f13a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explainers/explainers/morris_sensitivity_explainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class MorrisSensitivityLeExplainer(CustomExplainer, CustomDaiExplainer):
# declaration of explanation types this explainer creates e.g. feature importance
_explanation_types = [GlobalFeatImpExplanation]
# Python package dependencies (can be installed using pip)
_modules_needed_by_name = ["interpret==0.1.20"]
_modules_needed_by_name = ["gevent==1.5.0", "interpret==0.1.20"]

# explainer constructor must not have any required parameters
def __init__(self):
Expand Down

0 comments on commit f4f13a5

Please sign in to comment.