We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5cc230 + 1f9e477 commit dc56153Copy full SHA for dc56153
1 file changed
doc/install/dependencies.rst
@@ -31,6 +31,16 @@ reference.
31
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 9.0)
32
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>= 3)
33
34
+.. note::
35
+
36
+ With **conda packages**, this set of minimal dependencies is realized in
37
+ the ``matplotlib-base`` conda package. Other packages in the conda
38
+ ecosystem that depend on Matplotlib should depend on ``matplotlib-base``.
39
40
+ The ``matplotlib`` conda package additionally comes with ``pyside6``
41
+ to have a working GUI backend out of the box for end users. This should
42
+ primarily be used to define end-user environments. See also the
43
+ `conda forge documentation <https://conda-forge.org/docs/maintainer/knowledge_base/#matplotlib>`__.
44
45
.. _optional_dependencies:
46
0 commit comments