We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c40063 commit f4c10ecCopy full SHA for f4c10ec
setup.py
@@ -124,6 +124,7 @@ def _config_exe(exe_name):
124
zip_safe=False,
125
setup_requires=[
126
"jinja2>=2.9.3",
127
+ "jupyter-client<7", # try and work around: TypeError in notebooks/nmodl-kinetic-schemes.ipynb: 'coroutine' object is not subscriptable
128
"jupyter",
129
"m2r",
130
"mistune<2", # prevents a version conflict with nbconvert
0 commit comments