Skip to content

Commit

Permalink
ignore pyqt for matplotlib (#7045)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
conda-forge-admin authored Feb 18, 2025
2 parents a633d98 + d9f5b01 commit 5dffd44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/migrations/python313.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ __migrator:
# see https://github.com/conda-forge/scipy-feedstock/pull/283
- scipy
exclude_pinned_pkgs: false
ignored_deps_per_node:
matplotlib:
- pyqt

python:
- 3.13.* *_cp313
Expand Down
3 changes: 3 additions & 0 deletions recipe/migrations/python313t.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ __migrator:
- is_abi3
wait_for_migrators:
- python313
ignored_deps_per_node:
matplotlib:
- pyqt

python:
- 3.13.* *_cp313t
Expand Down

0 comments on commit 5dffd44

Please sign in to comment.