Skip to content

Commit

Permalink
fix: add warning that NumPy 2 is not supported with dtcwt and spgl1
Browse files Browse the repository at this point in the history
  • Loading branch information
cako committed Aug 5, 2024
1 parent f8e3323 commit 6510207
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@ In alphabetic order:

dtcwt
-----

.. warning::

``dtcwt`` is not yet supported with Numpy 2.

`dtcwt <https://dtcwt.readthedocs.io/en/0.12.0/>`_ is a library used to implement the DT-CWT operators.

Install it via ``pip`` with:
Expand All @@ -330,6 +335,7 @@ Install it via ``pip`` with:
>> pip install dtcwt
Devito
------
`Devito <https://github.com/devitocodes/devito>`_ is a library used to solve PDEs via
Expand Down Expand Up @@ -468,6 +474,11 @@ or with ``pip`` via
SPGL1
-----

.. warning::

``SPGL1`` is not yet supported with Numpy 2.

`SPGL1 <https://spgl1.readthedocs.io/en/latest/>`_ is used to solve sparsity-promoting
basis pursuit, basis pursuit denoise, and Lasso problems
in :py:func:`pylops.optimization.sparsity.SPGL1` solver.
Expand Down

0 comments on commit 6510207

Please sign in to comment.