-
Notifications
You must be signed in to change notification settings - Fork 260
Closed
Labels
Type: DocsAnything related to documentationAnything related to documentationType: TestingAnything related to testingAnything related to testing
Description
Unfortunately our notebooks started failing with the recent release of matplotlib
3.6.0: https://github.com/SeldonIO/alibi/actions/runs/3075248560/jobs/4968504421
See shap
issue here: shap/shap#2687
In the meantime we have some options:
- Add a
!pip install matplotlib==3.5.3
in the affected notebooks and add an explanation why - Add an explanation/warning that an older version of matplotlib is needed in the notebooks but don't force install, excluded notebooks from the tests
- Re-implement plotting functionality in
alibi
as then we can control it better (not the javascript one, onlymatplotlib
)
Probably 1. is the most sensible one to do @ascillitoe @RobertSamoilescu ?
Metadata
Metadata
Assignees
Labels
Type: DocsAnything related to documentationAnything related to documentationType: TestingAnything related to testingAnything related to testing