From 94191f40ce165c6d412069af954d8a16b736613e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 8 Dec 2024 18:16:45 -0800 Subject: [PATCH] python312Packages.albucore: 0.0.19 -> 0.0.21 Diff: https://github.com/albumentations-team/albucore/compare/refs/tags/0.0.19...0.0.21 Changelog: https://github.com/albumentations-team/albucore/releases/tag/0.0.20 https://github.com/albumentations-team/albucore/releases/tag/0.0.21 --- pkgs/development/python-modules/albucore/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/albucore/default.nix b/pkgs/development/python-modules/albucore/default.nix index 31058f42ba2b..9953bdaa5c5e 100644 --- a/pkgs/development/python-modules/albucore/default.nix +++ b/pkgs/development/python-modules/albucore/default.nix @@ -7,12 +7,13 @@ pytestCheckHook, numpy, opencv-python, + simsimd, stringzilla, }: buildPythonPackage rec { pname = "albucore"; - version = "0.0.19"; + version = "0.0.21"; pyproject = true; disabled = pythonOlder "3.9"; @@ -21,7 +22,7 @@ buildPythonPackage rec { owner = "albumentations-team"; repo = "albucore"; rev = "refs/tags/${version}"; - hash = "sha256-GwT7Py7pKbpHxx4avj37/hRjSJXdH5uBU11nCITysVw="; + hash = "sha256-bIsJ9o1gPCGJZXrzZbRXzS3ZQURcRaWmGBQZsAdX0eg="; }; pythonRelaxDeps = [ "opencv-python" ]; @@ -31,6 +32,7 @@ buildPythonPackage rec { dependencies = [ numpy opencv-python + simsimd stringzilla ];