Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f9e477

Browse files
committed
DOC: Clarify matplotlib vs. matplotlib-base in conda
1 parent f7d261a commit 1f9e477

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

doc/install/dependencies.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ reference.
3131
* `Pillow <https://pillow.readthedocs.io/en/latest/>`_ (>= 9.0)
3232
* `pyparsing <https://pypi.org/project/pyparsing/>`_ (>= 3)
3333

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>`__.
3444

3545
.. _optional_dependencies:
3646

0 commit comments

Comments
 (0)