Skip to content

Commit e77251d

Browse files
authored
Merge pull request #2571 from HLinde/patch-1
Update knowledge_base.md
2 parents 9067c61 + c29b8b0 commit e77251d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,10 +1397,10 @@ package will have the necessary runtime requirements to ensure the most adequate
13971397
### Matplotlib
13981398

13991399
`matplotlib` on conda-forge comes in two parts. The core library is in `matplotlib-base`. The
1400-
actual `matplotlib` package is this core library plus `pyqt`. Most, if not all, packages that have
1400+
actual `matplotlib` package is this core library plus `pyside6`. Most, if not all, packages that have
14011401
dependence at runtime on `matplotlib` should list this dependence as `matplotlib-base` unless they
1402-
explicitly need `pyqt`. The idea is that a user installing `matplotlib` explicitly would get a full
1403-
featured installation with `pyqt`. However, `pyqt` is a rather large package, so not requiring it
1402+
explicitly need `pyside6`. The idea is that a user installing `matplotlib` explicitly would get a full
1403+
featured installation with `pyside6`. However, `pyside6` is a rather large package, so not requiring it
14041404
indirectly is better for performance. Note that you may need to include a `yum_requirements.txt` file
14051405
in your recipe with
14061406

0 commit comments

Comments
 (0)