Skip to content

Update umap-learn to fix doc build compatibility#5510

Open
mosh3eb wants to merge 1 commit intoplotly:mainfrom
mosh3eb:fix/doc-build-umap-version
Open

Update umap-learn to fix doc build compatibility#5510
mosh3eb wants to merge 1 commit intoplotly:mainfrom
mosh3eb:fix/doc-build-umap-version

Conversation

@mosh3eb
Copy link

@mosh3eb mosh3eb commented Feb 14, 2026

The old version (umap-learn==0.5.1 from 2021) was incompatible with modern NumPy versions, causing the build-doc CI job to fail when importing UMAP in ml-tsne-umap-projections.md.

Updated to 0.5.6 which resolves the compatibility issues and allows documentation examples to execute successfully.

This fixes the build-doc failures affecting all current PRs.

Code PR

  • I have read through the contributing notes and understand the structure of the package. In particular, if my PR modifies code of plotly.graph_objects, my modifications concern the code generator and not the generated files.
  • I have added tests or modified existing tests.
  • For a new feature, I have added documentation examples (please see the doc checklist as well).
  • I have added a CHANGELOG entry if changing anything substantial.
  • For a new feature or a change in behavior, I have updated the relevant docstrings in the code.

The old version (0.5.1 from 2021) was incompatible with modern NumPy versions, causing the build-doc CI job to fail when importing UMAP in ml-tsne-umap-projections.md.

Updated to 0.5.6 which is compatible with current dependencies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant