From cf1982ff8e68c45ac9c20dd1226ff6c4f64eb891 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 27 Feb 2025 16:42:36 +0100 Subject: [PATCH] python312Packages.cleanlab: 2.7.0 -> 2.7.1 Diff: https://github.com/cleanlab/cleanlab/compare/refs/tags/v2.7.0...v2.7.1 Changelog: https://github.com/cleanlab/cleanlab/releases/tag/v2.7.1 --- .../python-modules/cleanlab/default.nix | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/pkgs/development/python-modules/cleanlab/default.nix b/pkgs/development/python-modules/cleanlab/default.nix index 7f84c0646e69..f88e85a9e336 100644 --- a/pkgs/development/python-modules/cleanlab/default.nix +++ b/pkgs/development/python-modules/cleanlab/default.nix @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, - fetchpatch, # build-system setuptools, @@ -33,26 +32,16 @@ buildPythonPackage rec { pname = "cleanlab"; - version = "2.7.0"; + version = "2.7.1"; pyproject = true; src = fetchFromGitHub { owner = "cleanlab"; repo = "cleanlab"; tag = "v${version}"; - hash = "sha256-0kCEIHNOXIkdwDH5zCVWnR/W79ppc/1PFsJ/a4goGzk="; + hash = "sha256-KzVqBOLTxxkgvoGPYMeYb7zMuG8VwQwX6SYR/FUhfBw="; }; - patches = [ - # https://github.com/cleanlab/cleanlab/pull/1224 (merged) - # TODO: remove this patch when updating to the next release (2.8.0) - (fetchpatch { - name = "numpy2-compatibility"; - url = "https://github.com/cleanlab/cleanlab/commit/bed10f5bdf538358e760ad98a0965f9b447b45ad.patch"; - hash = "sha256-czSK05wrLfSpJF2j+YwcDeDIKspkcCEB2hKlX5H3Gns="; - }) - ]; - build-system = [ setuptools ]; pythonRelaxDeps = [