Skip to content

Commit

Permalink
Change lower limit for Spyder requirement to 6.0.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Nov 14, 2023
1 parent 7b614af commit 7b921ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_package_data(name, extlist):


# Requirements
REQUIREMENTS = ['lxml', 'spyder>=5.4.1,<7', 'pyzmq']
REQUIREMENTS = ['lxml', 'spyder>=6.0.0.dev0,<7', 'pyzmq']
EXTLIST = ['.jpg', '.png', '.json', '.mo', '.ini']
LIBNAME = 'spyder_unittest'

Expand Down

0 comments on commit 7b921ae

Please sign in to comment.