Skip to content

Commit f4c10ec

Browse files
authored
Use jupyter-client<7 due to issue with nbconvert (BlueBrain/nmodl#722)
try suggestion in jupyter/jupyter_client#637 (comment) NMODL Repo SHA: BlueBrain/nmodl@097856b
1 parent 4c40063 commit f4c10ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ def _config_exe(exe_name):
124124
zip_safe=False,
125125
setup_requires=[
126126
"jinja2>=2.9.3",
127+
"jupyter-client<7", # try and work around: TypeError in notebooks/nmodl-kinetic-schemes.ipynb: 'coroutine' object is not subscriptable
127128
"jupyter",
128129
"m2r",
129130
"mistune<2", # prevents a version conflict with nbconvert

0 commit comments

Comments
 (0)