Skip to content

Commit 86843af

Browse files
authored
Merge pull request #1197 from jcb91/configurator
require jupyter_nbextensions_configurator 0.4.0
2 parents e8d66d2 + eb7fdb7 commit 86843af

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
@@ -26,7 +26,7 @@ requirements:
2626
- jupyter_core
2727
- jupyter_highlight_selected_word >=0.0.10
2828
- jupyter_latex_envs >=1.3.8
29-
- jupyter_nbextensions_configurator >=0.2.8
29+
- jupyter_nbextensions_configurator >=0.4.0
3030
- nbconvert >=4.2
3131
- notebook >=4.0
3232
- pyyaml

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def main():
6666
'jupyter_core',
6767
'jupyter_highlight_selected_word >=0.0.10',
6868
'jupyter_latex_envs >=1.3.8',
69-
'jupyter_nbextensions_configurator >=0.2.8',
69+
'jupyter_nbextensions_configurator >=0.4.0',
7070
'nbconvert >=4.2',
7171
'notebook >=4.0',
7272
'pyyaml',

0 commit comments

Comments
 (0)