Skip to content

Commit d4c031d

Browse files
committed
traitlets 5.1.0 is minimal supported version
1 parent 826cd56 commit d4c031d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# Distributed under the terms of the Modified BSD License.
55

66
import sys
7-
import re
87
from glob import glob
98
import os
109
import shutil
@@ -66,7 +65,7 @@ def run(self):
6665
'argcomplete>=1.12.3;python_version<"3.8.0"',
6766
'debugpy>=1.0.0,<2.0',
6867
'ipython>=7.23.1,<8.0',
69-
'traitlets>=4.1.0,<6.0',
68+
'traitlets>=5.1.0,<6.0',
7069
'jupyter_client<8.0',
7170
'tornado>=4.2,<7.0',
7271
'matplotlib-inline>=0.1.0,<0.2.0',

0 commit comments

Comments
 (0)