Skip to content

Commit

Permalink
Merge pull request #404 from martinRenou/update_nbconvert_travis
Browse files Browse the repository at this point in the history
Update nbconvert
  • Loading branch information
SylvainCorlay committed Oct 8, 2019
2 parents 0508635 + 8623bc3 commit 92dd42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ before_install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda create -q -n test-environment -c conda-forge python=$PYTHON_VERSION jupyter_server==0.1.0 jupyterlab_pygments==0.1.0 pytest==3.10.1 nbconvert=5.5 pytest-cov nodejs flake8 ipywidgets matplotlib xeus-cling
- conda create -q -n test-environment -c conda-forge python=$PYTHON_VERSION jupyter_server==0.1.0 jupyterlab_pygments==0.1.0 pytest==3.10.1 nbconvert=5.6 pytest-cov nodejs flake8 ipywidgets matplotlib xeus-cling
- source activate test-environment
install:
- pip install ".[test]"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -376,7 +376,7 @@ def get_data_files():
},
'install_requires': [
'jupyter_server>=0.1.0,<0.2.0',
'nbconvert>=5.5.0,<6',
'nbconvert>=5.6.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 92dd42f

Please sign in to comment.