File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1397,10 +1397,10 @@ package will have the necessary runtime requirements to ensure the most adequate
1397
1397
# ## Matplotlib
1398
1398
1399
1399
` 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
1401
1401
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
1404
1404
indirectly is better for performance. Note that you may need to include a `yum_requirements.txt` file
1405
1405
in your recipe with
1406
1406
You can’t perform that action at this time.
0 commit comments