We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seaborn recently dropped the apionly entry point (in version 0.10.0).
apionly
There is a dedicated import_seaborn function
import_seaborn
xarray/xarray/plot/utils.py
Line 24 in 47a6fc0
but it is not used in one place
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.
The text was updated successfully, but these errors were encountered:
The apionly entrypoint has been deprecated in seaborn 0.8.0. The minimum seaborn requirement is currently 0.9.0:
xarray/ci/requirements/py36-min-all-deps.yml
Line 45 in 4c96d53
So I think the def import_seaborn function can be dropped.
def import_seaborn
Sorry, something went wrong.
Thanks @mathause . Are you up for sending in a PR?
Successfully merging a pull request may close this issue.
Seaborn recently dropped the
apionly
entry point (in version 0.10.0).There is a dedicated
import_seaborn
functionxarray/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.
The text was updated successfully, but these errors were encountered: