Skip to content

Commit

Permalink
Merge pull request #992 from jcb91/requirements
Browse files Browse the repository at this point in the history
require nbconvert >=4.2
  • Loading branch information
jcb91 authored May 20, 2017
2 parents 17bc5fe + 184e845 commit 447cfa0
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 447cfa0

Please sign in to comment.