Skip to content

Commit

Permalink
set some requirements to prevent tornado bug from surfacing in mac
Browse files Browse the repository at this point in the history
  • Loading branch information
smacke committed Mar 23, 2023
1 parent d91af4c commit 9431db5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
ipyflow-core==0.0.159
jupyter
jupyterlab>=3.0
jupyterlab>=3.0,<4.0
nbclassic>=0.2.8
# ref: https://discourse.jupyter.org/t/jupyter-notebook-zmq-message-arrived-on-closed-channel-error/17869/17
tornado==6.1
jupyter_client==7.3.4
jupyter_server==1.23.6

0 comments on commit 9431db5

Please sign in to comment.