Skip to content

Commit

Permalink
Merge pull request #1270 from jcb91/highlight_version
Browse files Browse the repository at this point in the history
require newer jupyter_highlight_selected_word
  • Loading branch information
jcb91 committed Mar 26, 2018
2 parents db0fccc + 588de8b commit 48b089d
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 @@ -24,7 +24,7 @@ requirements:
- ipython_genutils
- jupyter_contrib_core >=0.3.3
- jupyter_core
- jupyter_highlight_selected_word >=0.0.10
- jupyter_highlight_selected_word >=0.1.1
- jupyter_latex_envs >=1.3.8
- jupyter_nbextensions_configurator >=0.4.0
- nbconvert >=4.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main():
'ipython_genutils',
'jupyter_contrib_core >=0.3.3',
'jupyter_core',
'jupyter_highlight_selected_word >=0.0.10',
'jupyter_highlight_selected_word >=0.1.1',
'jupyter_latex_envs >=1.3.8',
'jupyter_nbextensions_configurator >=0.4.0',
'nbconvert >=4.2',
Expand Down

0 comments on commit 48b089d

Please sign in to comment.