Skip to content

Commit

Permalink
Merge pull request #270506 from tu-maurice/fix/python-hdbscan
Browse files Browse the repository at this point in the history
python311Packages.hdbscan: fix build
  • Loading branch information
pbsds authored Nov 29, 2023
2 parents 6007641 + 776fcd1 commit 5fd45b8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pkgs/development/python-modules/hdbscan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,6 @@ buildPythonPackage rec {
inherit pname version;
hash = "sha256-V/q8Xw5F9I0kB7NccxGSq8iWN2QR/n5LuDb/oD04+Q0=";
};
patches = [
# should be included in next release
(fetchpatch {
name = "joblib-1.2.0-compat.patch";
url = "https://github.com/scikit-learn-contrib/hdbscan/commit/d829c639923f6866e1917e46ddbde45b513913f3.patch";
excludes = [
"docs/basic_hdbscan.rst"
"docs/how_hdbscan_works.rst"
];
hash = "sha256-t0D4OsHEcMwmBZM8Mk1N0uAKi6ra+TOzEks9/efsvWI=";
})
];

pythonRemoveDeps = [ "cython" ];
nativeBuildInputs = [ pythonRelaxDepsHook cython ];
Expand Down

0 comments on commit 5fd45b8

Please sign in to comment.