docs: align SciPy lower bound with package metadata#572
Merged
Conversation
Contributor
Author
|
A quick note to say that this PR is ready for CI when you have a moment to add the Local validation passed:
|
This was referenced Jun 29, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pyproject.toml'sscipy>=1.10runtime requirement.scipyunchanged.DID_+,DID_-, andDID_Mas inline code in the dCDH tutorial so the Sphinx-Wdocs build does not treat the underscores as unresolved reference targets.Closes #571.
Methodology references (required if estimator / math changes)
Validation
rg -n 'scipy\\s*>?=\\s*1\\.7|scipy>=1\\.7' README.md .readthedocs.yaml .github docs pyproject.tomlreturned no matchesscipy 1.13.1,sphinx 7.4.7,pydata-sphinx-theme 0.16.1,nbsphinx 0.9.8PYTHONPATH=. DIFF_DIFF_BACKEND=python pytest tests/test_doc_snippets.py tests/test_doc_deps_integrity.py -qpassed: 265 passed, 4 skippedmake -C docs html SPHINXOPTS=\"-W\"passedSecurity / privacy