Skip to content

Commit

Permalink
Remove indirect pyqt dependence via pyqtwebengine
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Nov 18, 2024
1 parent 49e2932 commit 4f84d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ requirements:
- pylint >=3.1,<4
- pylint-venv >=3.0.2
- pyls-spyder >=0.4.0
- pyqtwebengine >=5.15,<5.16
- python-lsp-black >=2.0.0,<3.0.0
- python-lsp-server >=1.12.0,<1.13.0
- pyuca >=1.2
Expand Down Expand Up @@ -122,6 +121,7 @@ outputs:
# This is here to work around a bug in mamba
- ptyprocess >=0.5 # [win]
- pyqt >=5.15,<5.16
- pyqtwebengine >=5.15,<5.16
- python.app # [osx]
- pyxdg >=0.26 # [linux]
- qtconsole >=5.6.1,<5.7.0
Expand Down

0 comments on commit 4f84d89

Please sign in to comment.