We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3f223 commit 8339293Copy full SHA for 8339293
conda-recipe/rsmtool/meta.yaml
@@ -33,7 +33,7 @@ requirements:
33
- ipython
34
- nose
35
- notebook
36
- - numpy
+ - numpy<1.24
37
- openpyxl
38
- pandas
39
- seaborn
@@ -42,6 +42,7 @@ requirements:
42
- tqdm
43
- xlrd
44
- xlwt
45
+ - shap==0.41.0
46
47
test:
48
# Python imports
@@ -69,6 +70,7 @@ test:
69
70
- rsmpredict --help
71
- rsmsummarize --help
72
- rsmxval --help
73
+ - rsmexplain --help
74
- render_notebook --help
75
- convert_feature_json --help
76
0 commit comments