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 826cd56 commit d4c031dCopy full SHA for d4c031d
setup.py
@@ -4,7 +4,6 @@
4
# Distributed under the terms of the Modified BSD License.
5
6
import sys
7
-import re
8
from glob import glob
9
import os
10
import shutil
@@ -66,7 +65,7 @@ def run(self):
66
65
'argcomplete>=1.12.3;python_version<"3.8.0"',
67
'debugpy>=1.0.0,<2.0',
68
'ipython>=7.23.1,<8.0',
69
- 'traitlets>=4.1.0,<6.0',
+ 'traitlets>=5.1.0,<6.0',
70
'jupyter_client<8.0',
71
'tornado>=4.2,<7.0',
72
'matplotlib-inline>=0.1.0,<0.2.0',
0 commit comments