Skip to content

Commit 6c400e5

Browse files
authored
Update setup.py
drop support for python 2.x requires notebook >=6.0
1 parent bb406d1 commit 6c400e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# Imports
77
# -----------------------------------------------------------------------------
88

9-
from __future__ import print_function
10-
119
import os
1210
from glob import glob
1311

@@ -65,10 +63,10 @@ def main():
6563
'jupyter_contrib_core >=0.3.3',
6664
'jupyter_core',
6765
'jupyter_highlight_selected_word >=0.1.1',
68-
'jupyter_latex_envs >=1.3.8',
66+
'jupyter_latex_envs >=1.4.0',
6967
'jupyter_nbextensions_configurator >=0.4.0',
7068
'nbconvert >=6.0',
71-
'notebook >=4.0',
69+
'notebook >=6.0',
7270
'pyyaml',
7371
'tornado',
7472
'traitlets >=4.1',

0 commit comments

Comments
 (0)