master v0.9.0
Nir Aides 2023-04-14 12:27:05 +03:00
parent 0ed077be9c
commit 3628bc052d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ setuptools.setup(
'sounddevice',
'python-rtmidi ; platform_system!="Linux" and python_version<"3.10"',
'moderngl-window',
'tornado==6.1', # workaround bug https://discourse.jupyter.org/t/jupyter-notebook-zmq-message-arrived-on-closed-channel-error/17869/19
'tornado==6.1', # workaround bug https://discourse.jupyter.org/t/jupyter-notebook-zmq-message-arrived-on-closed-channel-error/17869
],
extras_require = {
'midi': ['python-rtmidi']