Skip to content

Commit 6510207

Browse files
committed
fix: add warning that NumPy 2 is not supported with dtcwt and spgl1
1 parent f8e3323 commit 6510207

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/source/installation.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,11 @@ In alphabetic order:
321321

322322
dtcwt
323323
-----
324+
325+
.. warning::
326+
327+
``dtcwt`` is not yet supported with Numpy 2.
328+
324329
`dtcwt <https://dtcwt.readthedocs.io/en/0.12.0/>`_ is a library used to implement the DT-CWT operators.
325330

326331
Install it via ``pip`` with:
@@ -330,6 +335,7 @@ Install it via ``pip`` with:
330335
>> pip install dtcwt
331336
332337
338+
333339
Devito
334340
------
335341
`Devito <https://github.com/devitocodes/devito>`_ is a library used to solve PDEs via
@@ -468,6 +474,11 @@ or with ``pip`` via
468474
469475
SPGL1
470476
-----
477+
478+
.. warning::
479+
480+
``SPGL1`` is not yet supported with Numpy 2.
481+
471482
`SPGL1 <https://spgl1.readthedocs.io/en/latest/>`_ is used to solve sparsity-promoting
472483
basis pursuit, basis pursuit denoise, and Lasso problems
473484
in :py:func:`pylops.optimization.sparsity.SPGL1` solver.

0 commit comments

Comments
 (0)