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.
2 parents e8d66d2 + eb7fdb7 commit 86843afCopy full SHA for 86843af
conda.recipe/meta.yaml
@@ -26,7 +26,7 @@ requirements:
26
- jupyter_core
27
- jupyter_highlight_selected_word >=0.0.10
28
- jupyter_latex_envs >=1.3.8
29
- - jupyter_nbextensions_configurator >=0.2.8
+ - jupyter_nbextensions_configurator >=0.4.0
30
- nbconvert >=4.2
31
- notebook >=4.0
32
- pyyaml
setup.py
@@ -66,7 +66,7 @@ def main():
66
'jupyter_core',
67
'jupyter_highlight_selected_word >=0.0.10',
68
'jupyter_latex_envs >=1.3.8',
69
- 'jupyter_nbextensions_configurator >=0.2.8',
+ 'jupyter_nbextensions_configurator >=0.4.0',
70
'nbconvert >=4.2',
71
'notebook >=4.0',
72
'pyyaml',
0 commit comments