Skip to content

Commit

Permalink
* constrain pyqt >= 5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed May 21, 2021
1 parent 0b57321 commit 65294a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- pylint >=1.0
- pyls-black >=0.4.6
- pyls-spyder >=0.3.2,<0.4.0
- pyqt <5.13
- pyqt >=5.13
# NOTE: There's no need to set constraints for python-language-server
# here because Spyder uses the subrepo for it when started in Binder.
- python-language-server
Expand Down
2 changes: 1 addition & 1 deletion requirements/conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pygments >=2.0
pylint >=1.0
pyls-black >=0.4.6
pyls-spyder >=0.3.2,<0.4.0
pyqt <5.13
pyqt >=5.13
# There's no need to set a version for python-language-server
# because we install it from master for our tests.
python-language-server
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ def run(self):
'pylint>=1.0',
'pyls-black>=0.4.6',
'pyls-spyder>=0.3.2,<0.4.0',
'pyqt5<5.13',
'pyqtwebengine<5.13',
'pyqt5>=5.13',
'pyqtwebengine>=5.13',
'python-language-server[all]>=0.36.2,<1.0.0',
'pyxdg>=0.26;platform_system=="Linux"',
'pyzmq>=17',
Expand Down

0 comments on commit 65294a8

Please sign in to comment.