From 431de4720f88cb7fa8302bd099630c401cdd2157 Mon Sep 17 00:00:00 2001 From: MoMo Date: Sat, 14 Feb 2026 07:27:33 +0200 Subject: [PATCH] Update umap-learn to fix doc build compatibility 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. --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index ab3aa6cf81..a0a80e35b3 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -43,6 +43,6 @@ sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 squarify statsmodels==0.14.2 -umap-learn==0.5.1 +umap-learn==0.5.6 wget xarray==2022.9.0