diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 8de4c0be..3b6cd49d 100755 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -321,6 +321,11 @@ In alphabetic order: dtcwt ----- + +.. warning:: + + ``dtcwt`` is not yet supported with Numpy 2. + `dtcwt `_ is a library used to implement the DT-CWT operators. Install it via ``pip`` with: @@ -330,6 +335,7 @@ Install it via ``pip`` with: >> pip install dtcwt + Devito ------ `Devito `_ is a library used to solve PDEs via @@ -468,6 +474,11 @@ or with ``pip`` via SPGL1 ----- + +.. warning:: + + ``SPGL1`` is not yet supported with Numpy 2. + `SPGL1 `_ is used to solve sparsity-promoting basis pursuit, basis pursuit denoise, and Lasso problems in :py:func:`pylops.optimization.sparsity.SPGL1` solver.