Skip to content

Commit

Permalink
tornado >6.1 doesn't work with recent jupyter (#2092)
Browse files Browse the repository at this point in the history
* tornado >6.1 doesn't work with recent jupyters

* issue
  • Loading branch information
teh-cmc authored May 12, 2023
1 parent 3abd1c1 commit f8a7d84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/python/notebook/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
ipython<=8.12 # ipython 8.13 or greater doesn't work with python 3.8
jupyter
rerun-sdk

# Lots of reported incompatibilities across recent versions for these 3 deps.
# The following seems to be the most recent recommendations for a stable experience.
# See e.g. https://github.com/jupyter/notebook/issues/6721
jupyter_client<8
pyzmq<25
tornado<=6.1

0 comments on commit f8a7d84

Please sign in to comment.