Skip to content

Commit

Permalink
Use warning environment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Jan 22, 2024
1 parent 5ea30ac commit 99958c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ instructions:
4. Run ``prepare_mano.py``, you will get the converted MANO model that
is compatible with this project.

Warning: The downloaded pickle files of the MANO model uses np.bool, which is removed since numpy 1.24.
Running ``prepare_mano.py`` with a numpy version >= 1.24 will result in an error.
.. warning::

The downloaded pickle files of the MANO model uses np.bool, which is removed since numpy 1.24.
Running ``prepare_mano.py`` with a numpy version >= 1.24 will result in an error.
Please install a lower version of numpy, e.g. ``1.23.5`` or refer to the numpy version listed in ``requirements.txt``, where the exact versions of the depedencies are listed, in the main folder.
Alternatively, contact one of the maintainer to receive the converted MANO model under the licensing terms of the MANO publishers.

Expand Down

0 comments on commit 99958c9

Please sign in to comment.