Skip to content

Commit 588de8b

Browse files
committed
require newer jupyter_highlight_selected_word
To ensure we get a non-zipped version installed
1 parent db0fccc commit 588de8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda.recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ requirements:
2424
- ipython_genutils
2525
- jupyter_contrib_core >=0.3.3
2626
- jupyter_core
27-
- jupyter_highlight_selected_word >=0.0.10
27+
- jupyter_highlight_selected_word >=0.1.1
2828
- jupyter_latex_envs >=1.3.8
2929
- jupyter_nbextensions_configurator >=0.4.0
3030
- nbconvert >=4.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def main():
6464
'ipython_genutils',
6565
'jupyter_contrib_core >=0.3.3',
6666
'jupyter_core',
67-
'jupyter_highlight_selected_word >=0.0.10',
67+
'jupyter_highlight_selected_word >=0.1.1',
6868
'jupyter_latex_envs >=1.3.8',
6969
'jupyter_nbextensions_configurator >=0.4.0',
7070
'nbconvert >=4.2',

0 commit comments

Comments
 (0)