Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <[email protected]>
  • Loading branch information
mrclary and ccordoba12 committed Dec 13, 2024
1 parent 1ef6d2c commit b6e7162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def run(self):
'pyqt6-webengine>=6.5,<7',
'qtconsole>=5.6.1,<5.7.0',
],
'none': [
'conda-forge': [
'qtconsole-base>=5.6.1,<5.7.0',
]
}
Expand Down Expand Up @@ -326,7 +326,7 @@ def run(self):

install_requires.append('python-lsp-server[all]>=1.12.0,<1.14.0')
base = ''
if os.getenv('SPYDER_QT_BINDING', 'pyqt5').lower() == 'none':
if os.getenv('SPYDER_QT_BINDING', 'pyqt5').lower() == 'conda-forge':
base = '-base'
install_requires.append(f'qtconsole{base}>=5.5.1,<5.7.0')

Expand Down

0 comments on commit b6e7162

Please sign in to comment.