8000
Skip to content

Require uwot >= 0.2.1 - #10447

Open
PancakeZoy wants to merge 1 commit into
mainfrom
fix/uwot-min-version
Open

Require uwot >= 0.2.1#10447
PancakeZoy wants to merge 1 commit into
mainfrom
fix/uwot-min-version

Conversation

@PancakeZoy
Copy link
Copy Markdown

Summary

Update the minimum required version of uwot from 0.1.10 to 0.2.1.

Type of change

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (existing functionality changed or removed)
  • Documentation update
  • Other (please explain below)

Motivation

Seurat imports uwot::umap2, but umap2 was introduced in uwot 0.2.1. The current dependency declaration (uwot >= 0.1.10) therefore permits versions of uwot that do not export umap2.

This change updates the minimum required uwot version to match the API required by Seurat.

Tests & examples

Not applicable; this is a dependency metadata-only change.

Seurat imports uwot::umap2, which was introduced in uwot 0.2.1. Update the minimum required uwot version so the declared dependency matches the API required by Seurat.
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

0