Skip to content

Replace pyqt requirement with qtpy#23

Open
beenje wants to merge 2 commits into
conda-forge:mainfrom
beenje:qtpy-requirement
Open

Replace pyqt requirement with qtpy#23
beenje wants to merge 2 commits into
conda-forge:mainfrom
beenje:qtpy-requirement

Conversation

@beenje

@beenje beenje commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

The current conda package forces to install pyqt, which is an alias for pyqt5.

PlotPy depends on QtPy to be compatible with different Python-to-Qt bindings.
Allow to install pyqt5, pyqt6 or pyside6 instead of forcing pytqt5.

Note that uses will have to add manually the required Qt binding to their environment.
This is already done like that in pythonqwt-feedstock.

beenje added 2 commits July 14, 2026 14:16
PlotPy depends on QtPy to be compatible with different Python-to-Qt bindings.
Allow to install pyqt5, pyqt6 or pyside6 instead of forcing pytqt5.
…2026.07.14.09.14.53

Other tools:
- conda-build 26.5.0
- rattler-build 0.68.0
- rattler-build-conda-compat 1.4.15
@beenje beenje requested a review from PierreRaybaut as a code owner July 14, 2026 12:21
@conda-forge-admin

Copy link
Copy Markdown
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/recipe.yaml) and found it was in an excellent condition.

@beenje

beenje commented Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

The pipeline is failing due to missing distutils which was removed in 3.12.

We only had a warning in previous build:

 │   $SRC_DIR_run_env/lib/python3.14/site-packages/guidata/external/darkdetect/__init__.py:15: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
 │     if V(platform.mac_ver()[0]) < V("10.14"):

I will open an issue on guidata repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants