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

tornado >6.1 doesn't work with recent jupyter #2092

Merged
merged 2 commits into from
May 12, 2023
Merged

Conversation

teh-cmc
Copy link
Member

@teh-cmc teh-cmc commented May 11, 2023

Any version more recent than that will cause random crashes/deadlocks/etc, see e.g. https://youtrack.jetbrains.com/issue/DS-4883.

And so we pin it...

PR Build Summary: https://build.rerun.io/pr/2092

@teh-cmc teh-cmc added the 🪳 bug Something isn't working label May 11, 2023
@@ -1,3 +1,4 @@
ipython<=8.12 # ipython 8.13 or greater doesn't work with python 3.8
tornado<=6.1 # later versions don't work with recent jupyter releases...
Copy link
Member

Choose a reason for hiding this comment

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

Please note which version doesn't work. If it is 6.2 that is broken now, maybe it is time to re-asses when tornado 7.0 is released, for instance

@teh-cmc teh-cmc merged commit f8a7d84 into main May 12, 2023
15 checks passed
@teh-cmc teh-cmc deleted the cmc/jupyter_broken branch May 12, 2023 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants