Skip to content

Commit 8c562a4

Browse files
James Nightingaleclaude
andcommitted
docs: drop the defunct pylops from the source-install requirements
Removes the whole "For unit tests to pass you will also need the following optional requirements" stanza from the Building-Only-PyAutoCTI section: with pynufft gone in the previous commit, `pip install pylops==1.11.1` was the only line left, and pylops is defunct. Same evidence as for pynufft: nothing in this repo imports or references pylops (the only other hit is paper/paper.bib, a published record), pyproject's `optional` extra is ["numba"], and CI installs no pylops while 270 of 271 tests pass — the single failure is an unrelated autoarray mask-shape guard on main. The sentence and its code-block go together; leaving the heading with an empty code-block would be invalid RST. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Q7kFdoYcD6wnTifNXV5T98
1 parent 28c8471 commit 8c562a4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docs/installation/source.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,6 @@ Next, install the optional dependency numba via pip (see `this link <https://py
5151
5252
pip install numba
5353
54-
For unit tests to pass you will also need the following optional requirements:
55-
56-
.. code-block:: bash
57-
58-
pip install pylops==1.11.1
59-
6054
If you are using a ``conda`` environment, add the source repository as follows:
6155

6256
[NOTE: Certain versions of conda use the command ``conda develop`` (without a dash) instead of those shown below.]

0 commit comments

Comments
 (0)