Skip to content
New issue

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

Add direct dependency on ipykernel #226

Merged
merged 2 commits into from
Dec 4, 2023

Commits on Aug 1, 2023

  1. Add direct dependency on ipykernel

    ipywidgets 8.1.0 has been released, which includes the change at
    jupyter-widgets/ipywidgets#3811.
    With this change, ipykernel is no longer a dependnecy of ipywidgets,
    so jupyer-sphinx must now depend on ipykernel directly rather
    than assume it will be installed as a transitive dependency of
    ipywidgets.  Without this change, jupyter-sphinx tests will fail CI.
    This has additionally led to CI failures in some packages that
    depend on jupyter-sphinx but not ipykernel.
    garrison committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ff54324 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    88f4d69 View commit details
    Browse the repository at this point in the history