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

Jupyter depends on a greater version of core #171

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

montanalow
Copy link
Contributor

What

Bump the required version of jupyter-core

Why

To resolve this error:

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
jupyter-client 6.1.7 requires jupyter-core>=4.6.0, but you'll have jupyter-core 4.4.0 which is incompatible.
notebook 6.1.5 requires jupyter-core>=4.6.1, but you'll have jupyter-core 4.4.0 which is incompatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants