Merge pull request #270506 from tu-maurice/fix/python-hdbscan

python311Packages.hdbscan: fix build

authored by Peder Bergebakken Sundt and committed by GitHub 5fd45b86 6007641a

-12
-12
pkgs/development/python-modules/hdbscan/default.nix
··· 20 20 inherit pname version; 21 21 hash = "sha256-V/q8Xw5F9I0kB7NccxGSq8iWN2QR/n5LuDb/oD04+Q0="; 22 22 }; 23 - patches = [ 24 - # should be included in next release 25 - (fetchpatch { 26 - name = "joblib-1.2.0-compat.patch"; 27 - url = "https://github.com/scikit-learn-contrib/hdbscan/commit/d829c639923f6866e1917e46ddbde45b513913f3.patch"; 28 - excludes = [ 29 - "docs/basic_hdbscan.rst" 30 - "docs/how_hdbscan_works.rst" 31 - ]; 32 - hash = "sha256-t0D4OsHEcMwmBZM8Mk1N0uAKi6ra+TOzEks9/efsvWI="; 33 - }) 34 - ]; 35 23 36 24 pythonRemoveDeps = [ "cython" ]; 37 25 nativeBuildInputs = [ pythonRelaxDepsHook cython ];