Robert Schütz
2024-12-08 18:35:48 -08:00
parent d993c6113d
commit 94191f40ce
@@ -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
];