File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
pkgs/development/python-modules/cleanlab Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 buildPythonPackage ,
44 fetchFromGitHub ,
5- fetchpatch ,
65
76 # build-system
87 setuptools ,
3332
3433buildPythonPackage 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 = [
You can’t perform that action at this time.
0 commit comments