Skip to content

Commit

Permalink
Only require nbconvert 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay authored and maartenbreddels committed Feb 5, 2020
1 parent 849d752 commit cef933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def get_data_files():
},
'install_requires': [
'jupyter_server>=0.1.0,<0.2.0',
'nbconvert>=5.6.0,<6',
'nbconvert>=5.5.0,<6',
'jupyterlab_pygments>=0.1.0,<0.2',
'pygments>=2.4.1,<3' # Explicitly requiring pygments which is a second-order dependency.
# An older versions is generally installed already and is otherwise not updated by pip.
Expand Down

0 comments on commit cef933d

Please sign in to comment.