Merge pull request #234120 from natsukium/python3Packages.umap-learn/patch

python3Packages.umap-learn: patch for numpy>=1.24

authored by Weijia Wang and committed by GitHub 656eb1cb 2bacd685

+15
+15
pkgs/development/python-modules/umap-learn/default.nix
··· 42 42 url = "https://github.com/lmcinnes/umap/commit/949abd082524fce8c45dfb147bcd8e8ef49eade3.patch"; 43 43 hash = "sha256-8/1k8iYeF77FIaUApNtY07auPJkrt3vNRR/HTYRvq+0="; 44 44 }) 45 + # Fix tests with numpy>=1.24 46 + # https://github.com/lmcinnes/umap/pull/952 47 + (fetchpatch { 48 + url = "https://github.com/lmcinnes/umap/commit/588e1f724c9f5de528eb1500b0c85a1a609fe947.patch"; 49 + hash = "sha256-B50eyMs3CRuzOAq+jxz56XMJPdiUofUxCL0Vqolaafo="; 50 + }) 51 + # https://github.com/lmcinnes/umap/pull/1010 52 + (fetchpatch { 53 + url = "https://github.com/lmcinnes/umap/commit/848396c762c894e666aaf3d0bcfe1e041b529ea6.patch"; 54 + hash = "sha256-ir0Pxfr2c0oSuFGXQqHjkj7nzvlpTXCYbaI9qAiLun0="; 55 + }) 56 + (fetchpatch { 57 + url = "https://github.com/lmcinnes/umap/commit/30e39938f4627f327223245dfe2c908af6b7e304.patch"; 58 + hash = "sha256-7Divrym05wIPa7evgrNYXGm44/EOWG8sIYV8fmtuzJ4="; 59 + }) 45 60 ]; 46 61 47 62 propagatedBuildInputs = [