Skip to content

Commit

Permalink
[requirements] require nbconvert >=4.2
Browse files Browse the repository at this point in the history
nbconvert exporters declared in setuptools entry_points were introduced only in
nbconvert 4.2, so we need at least 4.2 for thwm to work as described in our docs.
  • Loading branch information
jcb91 committed May 17, 2017
1 parent 17bc5fe commit 184e845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requirements:
- jupyter_highlight_selected_word >=0.0.10
- jupyter_latex_envs >=1.3.8
- jupyter_nbextensions_configurator >=0.2.4
- nbconvert
- nbconvert >=4.2
- notebook >=4.0
- psutil >=2.2.1
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def main():
'jupyter_highlight_selected_word >=0.0.10',
'jupyter_latex_envs >=1.3.8',
'jupyter_nbextensions_configurator >=0.2.4',
'nbconvert',
'nbconvert >=4.2',
'notebook >=4.0',
'psutil >=2.2.1',
'pyyaml',
Expand Down

0 comments on commit 184e845

Please sign in to comment.