Skip to content

Commit

Permalink
Mention more uses of PIL in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Feb 1, 2022
1 parent 4b41113 commit 3dbbe56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qiskit/utils/optionals.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
* - .. py:data:: HAS_PIL
- PIL is a Python image-manipulation library. Qiskit actually uses the `pillow
<https://pillow.readthedocs.io/en/stable/>`__ fork of PIL if it is available when generating
circuit visualisations in some modes.
certain visualizations, for example of both :class:`.QuantumCircuit` and
:class:`.DAGCircuit` in certain modes.
* - .. py:data:: HAS_PYDOT
- For some graph visualisations, Qiskit uses `pydot <https://github.com/pydot/pydot>`__ as an
Expand Down

0 comments on commit 3dbbe56

Please sign in to comment.