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

deps: enforce upper limit jupyter_client and pyzmq #546

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

JoepVanlier
Copy link
Member

Why this PR?
To work around a bug in notebook we need to pin the upper limit of jupyter_client and zeromq (see jupyter/notebook#6748).

Until now, we've been asking users to add these extra constraints manually, but forgetting it can lead to broken interactive notebook functionality. It's unnecessary friction when it comes to installing pylake. Instead of adding these lines to the pip installation instructions, it's better to just add it to the requirements for the time being.

When we release on conda, we should also pin the upper limit in the recipe there.

Copy link
Member

@agom agom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧷

Copy link
Contributor

@rpauszek rpauszek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

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.

3 participants