python3Packages.umap-learn: 0.5.9.post2 -> 0.5.11

https://github.com/lmcinnes/umap/releases/tag/release-release-0.5.11

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:08 +01:00
parent c417c14216
commit 78e33eb3a0
@@ -34,14 +34,14 @@
buildPythonPackage rec {
pname = "umap-learn";
version = "0.5.9.post2";
version = "0.5.11";
pyproject = true;
src = fetchFromGitHub {
owner = "lmcinnes";
repo = "umap";
tag = "release-${version}";
hash = "sha256-ollUXPVB07v6DkQ/d1eke0/j1f4Ekfygo1r6CtIRTuk=";
hash = "sha256-V63W9ax7iOq5+oZFRWaQbAws942JBeufnQ3IF4rcgko=";
};
build-system = [ setuptools ];