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
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user