Skip to content

Commit 873ad91

Browse files
authored
python312Packages.cleanlab: 2.7.0 -> 2.7.1 (#385579)
2 parents d470c50 + cf1982f commit 873ad91

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

pkgs/development/python-modules/cleanlab/default.nix

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
lib,
33
buildPythonPackage,
44
fetchFromGitHub,
5-
fetchpatch,
65

76
# build-system
87
setuptools,
@@ -33,26 +32,16 @@
3332

3433
buildPythonPackage rec {
3534
pname = "cleanlab";
36-
version = "2.7.0";
35+
version = "2.7.1";
3736
pyproject = true;
3837

3938
src = fetchFromGitHub {
4039
owner = "cleanlab";
4140
repo = "cleanlab";
4241
tag = "v${version}";
43-
hash = "sha256-0kCEIHNOXIkdwDH5zCVWnR/W79ppc/1PFsJ/a4goGzk=";
42+
hash = "sha256-KzVqBOLTxxkgvoGPYMeYb7zMuG8VwQwX6SYR/FUhfBw=";
4443
};
4544

46-
patches = [
47-
# https://github.com/cleanlab/cleanlab/pull/1224 (merged)
48-
# TODO: remove this patch when updating to the next release (2.8.0)
49-
(fetchpatch {
50-
name = "numpy2-compatibility";
51-
url = "https://github.com/cleanlab/cleanlab/commit/bed10f5bdf538358e760ad98a0965f9b447b45ad.patch";
52-
hash = "sha256-czSK05wrLfSpJF2j+YwcDeDIKspkcCEB2hKlX5H3Gns=";
53-
})
54-
];
55-
5645
build-system = [ setuptools ];
5746

5847
pythonRelaxDeps = [

0 commit comments

Comments
 (0)