Seaborn recently dropped the apionly entry point (in version 0.10.0).
There is a dedicated import_seaborn function
but it is not used in one place
|
from seaborn.apionly import color_palette |
which now causes test failures
https://dev.azure.com/xarray/xarray/_build/results?buildId=2111&view=ms.vss-test-web.build-test-results-tab&runId=29632&paneView=debug&resultId=108176
Todo: double check if the supported versions of seaborn still require this workaround.
Seaborn recently dropped the
apionlyentry point (in version 0.10.0).There is a dedicated
import_seabornfunctionxarray/xarray/plot/utils.py
Line 24 in 47a6fc0
but it is not used in one place
xarray/xarray/plot/utils.py
Line 146 in 47a6fc0
which now causes test failures
https://dev.azure.com/xarray/xarray/_build/results?buildId=2111&view=ms.vss-test-web.build-test-results-tab&runId=29632&paneView=debug&resultId=108176
Todo: double check if the supported versions of seaborn still require this workaround.