Skip to content

Commit 2244136

Browse files
committed
Revert upper constraint on sphinx
1 parent 38f9397 commit 2244136

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

binder/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies:
4949
- qtpy >=2.4.0
5050
- rtree >=0.9.7
5151
- setuptools >=49.6.0
52-
- sphinx >=0.6.6,<7.4.0
52+
- sphinx >=0.6.6
5353
- spyder-kernels >=3.0.0,<3.1.0
5454
- superqt >=0.6.2,<1.0.0
5555
- textdistance >=4.2.0

requirements/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies:
4646
- qtpy >=2.4.0
4747
- rtree >=0.9.7
4848
- setuptools >=49.6.0
49-
- sphinx >=0.6.6,<7.4.0
49+
- sphinx >=0.6.6
5050
- spyder-kernels >=3.0.0,<3.1.0
5151
- superqt >=0.6.2,<1.0.0
5252
- textdistance >=4.2.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def run(self):
246246
'qtpy>=2.4.0',
247247
'rtree>=0.9.7',
248248
'setuptools>=49.6.0',
249-
'sphinx>=0.6.6,<7.4.0',
249+
'sphinx>=0.6.6',
250250
'spyder-kernels>=3.0.0,<3.1.0',
251251
'superqt>=0.6.2,<1.0.0',
252252
'textdistance>=4.2.0',

spyder/dependencies.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
QTPY_REQVER = '>=2.4.0'
7373
RTREE_REQVER = '>=0.9.7'
7474
SETUPTOOLS_REQVER = '>=49.6.0'
75-
SPHINX_REQVER = '>=0.6.6,<7.4.0'
75+
SPHINX_REQVER = '>=0.6.6'
7676
SPYDER_KERNELS_REQVER = '>=3.0.0,<3.1.0'
7777
SUPERQT_REQVER = '>=0.6.2,<1.0.0'
7878
TEXTDISTANCE_REQVER = '>=4.2.0'

0 commit comments

Comments
 (0)