From 65102078793e0a7cc86700d1d49ee4108bd5b0d7 Mon Sep 17 00:00:00 2001 From: Carlos da Costa Date: Sun, 4 Aug 2024 19:25:14 -0700 Subject: [PATCH] fix: add warning that NumPy 2 is not supported with dtcwt and spgl1 --- docs/source/installation.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.