Skip to content

Commit 5bfa313

Browse files
authored
Docs: Spack Dev - Relax MPL Pin (#2715)
Relax the pinned version of `matplotlib`, documented in our Spack developer enviornment documentation. This caused problems (tried to re-compile and did not find freetype) on Ubuntu 20.04. We pinned this earlier, since yt was incompatible.
1 parent ce5914f commit 5bfa313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docs/source/install/dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you also want to run runtime tests and added Python (``spack add python`` and
7474

7575
.. code-block:: bash
7676
77-
python3 -m pip install matplotlib==3.2.2 yt scipy numpy openpmd-api virtualenv
77+
python3 -m pip install matplotlib yt scipy numpy openpmd-api virtualenv
7878
7979
If you want to run the ``./run_test.sh`` :ref:`test script <developers-testing>`, which uses our legacy GNUmake build system, you need to set the following environment hints after ``spack env activate warpx-dev`` for dependent software:
8080

0 commit comments

Comments
 (0)