We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0fccc commit 588de8bCopy full SHA for 588de8b
conda.recipe/meta.yaml
@@ -24,7 +24,7 @@ requirements:
24
- ipython_genutils
25
- jupyter_contrib_core >=0.3.3
26
- jupyter_core
27
- - jupyter_highlight_selected_word >=0.0.10
+ - jupyter_highlight_selected_word >=0.1.1
28
- jupyter_latex_envs >=1.3.8
29
- jupyter_nbextensions_configurator >=0.4.0
30
- nbconvert >=4.2
setup.py
@@ -64,7 +64,7 @@ def main():
64
'ipython_genutils',
65
'jupyter_contrib_core >=0.3.3',
66
'jupyter_core',
67
- 'jupyter_highlight_selected_word >=0.0.10',
+ 'jupyter_highlight_selected_word >=0.1.1',
68
'jupyter_latex_envs >=1.3.8',
69
'jupyter_nbextensions_configurator >=0.4.0',
70
'nbconvert >=4.2',
0 commit comments