File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ dependencies:
49
49
- qtpy >=2.4.0
50
50
- rtree >=0.9.7
51
51
- setuptools >=49.6.0
52
- - sphinx >=0.6.6,<7.4.0
52
+ - sphinx >=0.6.6
53
53
- spyder-kernels >=3.0.0,<3.1.0
54
54
- superqt >=0.6.2,<1.0.0
55
55
- textdistance >=4.2.0
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies:
46
46
- qtpy >=2.4.0
47
47
- rtree >=0.9.7
48
48
- setuptools >=49.6.0
49
- - sphinx >=0.6.6,<7.4.0
49
+ - sphinx >=0.6.6
50
50
- spyder-kernels >=3.0.0,<3.1.0
51
51
- superqt >=0.6.2,<1.0.0
52
52
- textdistance >=4.2.0
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ def run(self):
246
246
'qtpy>=2.4.0' ,
247
247
'rtree>=0.9.7' ,
248
248
'setuptools>=49.6.0' ,
249
- 'sphinx>=0.6.6,<7.4.0 ' ,
249
+ 'sphinx>=0.6.6' ,
250
250
'spyder-kernels>=3.0.0,<3.1.0' ,
251
251
'superqt>=0.6.2,<1.0.0' ,
252
252
'textdistance>=4.2.0' ,
Original file line number Diff line number Diff line change 72
72
QTPY_REQVER = '>=2.4.0'
73
73
RTREE_REQVER = '>=0.9.7'
74
74
SETUPTOOLS_REQVER = '>=49.6.0'
75
- SPHINX_REQVER = '>=0.6.6,<7.4.0 '
75
+ SPHINX_REQVER = '>=0.6.6'
76
76
SPYDER_KERNELS_REQVER = '>=3.0.0,<3.1.0'
77
77
SUPERQT_REQVER = '>=0.6.2,<1.0.0'
78
78
TEXTDISTANCE_REQVER = '>=4.2.0'
You can’t perform that action at this time.
0 commit comments