[pull] master from ray-project:master#1072
Merged
Merged
Conversation
## Why are these changes needed? `sphinx`, `myst-parser`, `myst-nb`, and `jupytext` were pinned in the shared test requirements (`test-requirements.txt` and its py313/llm/train variants), which feed ~9 CI depsets across py3.10–3.13 and the `ray-ml` images. Nothing in product or test code imports them: - Doctests run via the `doctest` Bazel macro (`pytest --doctest-modules` + `pytest-sphinx`). - The docs build and the `ci/ray_ci/doc` tooling get Sphinx from `doc/requirements-doc.txt` and `release/requirements_py310.txt`, respectively. Carrying Sphinx in the shared test stack coupled the docs Sphinx version to the py3.10 CI matrix, which blocks upgrading Sphinx (8.2 requires py3.11, 9.x requires py3.12). Removing it lets the docs Sphinx version move independently. This is a prerequisite for the upcoming Sphinx 8 → 9 upgrade; it does **not** change the Sphinx version itself. ## What changed - Removed `sphinx` / `myst-parser` / `myst-nb` / `jupytext` from `test-requirements.txt`, `py313/test-requirements.txt`, `llm/llm-test-requirements.txt`, and `ml/py313/train-test-requirements.txt`. **`pytest-sphinx` is kept** — the doctest macro needs it. - Regenerated `requirements_compiled*.txt` and all deplocks (`raydepsets --all-configs`). ## What is intentionally unchanged The docs build itself: `doc/requirements-doc.txt` and `release/requirements_py310.txt` stay at `sphinx==7.3.7`. After this lands, `sphinx==` appears in exactly one deplock — `python/deplocks/docs/docbuild_depset_py3.10.lock` (the docs build) — and is gone from all test/CI/doctest/llm/ml locks. ## Related issue number N/A — prerequisite refactor for the Sphinx 8 → 9 upgrade. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Signed-off-by: Ronny Roland <ronny.roland@anyscale.com> Signed-off-by: ronny.roland <ronny.roland@anyscale.com> Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: elliot-barn <elliot.barnwell@anyscale.com>
## Why are these changes needed? Upgrades NIXL from v1.0.0/v1.1.0 to v1.2.0 across all requirement files. ## Related issue number <!-- For example: "Closes #1234" --> ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in this PR. - [ ] I've run the linter checks using `./ci/lint/check-git-clang-format.sh` (C++ only). - [ ] I've included any doc changes needed for https://docs.ray.io/en/master/. - [ ] I've added any new required tests. - [ ] I've verified the PR title follows the semantic commit message format (https://www.conventionalcommits.org/en/v1.0.0/). - [ ] Tests are passing (if applicable).
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )