Skip to content

Commit

Permalink
Use jupyter-client<7 due to issue with nbconvert (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
olupton authored Aug 20, 2021
1 parent 97776ae commit 097856b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def _config_exe(exe_name):
zip_safe=False,
setup_requires=[
"jinja2>=2.9.3",
"jupyter-client<7", # try and work around: TypeError in notebooks/nmodl-kinetic-schemes.ipynb: 'coroutine' object is not subscriptable
"jupyter",
"m2r",
"mistune<2", # prevents a version conflict with nbconvert
Expand Down

0 comments on commit 097856b

Please sign in to comment.