Skip to content

Commit 5dba990

Browse files
committed
Packaging: Add requirement that Spyder version is < 6
Experience shows that major releases break plugin compatibility.
1 parent 6b96e6f commit 5dba990

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/conda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
lxml
2-
spyder>=5.2
2+
spyder>=5.2,<6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_package_data(name, extlist):
3737

3838

3939
# Requirements
40-
REQUIREMENTS = ['lxml', 'spyder>=5.2', 'pyzmq']
40+
REQUIREMENTS = ['lxml', 'spyder>=5.2,<6', 'pyzmq']
4141
EXTLIST = ['.jpg', '.png', '.json', '.mo', '.ini']
4242
LIBNAME = 'spyder_unittest'
4343

0 commit comments

Comments
 (0)