python312Packages.albucore: 0.0.17 -> 0.0.19
Diff: https://github.com/albumentations-team/albucore/compare/refs/tags/0.0.17...0.0.19 Changelog: https://github.com/albumentations-team/albucore/releases/tag/0.0.18 https://github.com/albumentations-team/albucore/releases/tag/0.0.19
This commit is contained in:
@@ -7,21 +7,21 @@
|
||||
pytestCheckHook,
|
||||
numpy,
|
||||
opencv4,
|
||||
typing-extensions,
|
||||
stringzilla,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "albucore";
|
||||
version = "0.0.17";
|
||||
version = "0.0.19";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "albumentations-team";
|
||||
repo = "albucore";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-9fv5jewfL3JKhZyD0YS1WDNZ7wWt+8iF2DcygCOl168=";
|
||||
hash = "sha256-GwT7Py7pKbpHxx4avj37/hRjSJXdH5uBU11nCITysVw=";
|
||||
};
|
||||
|
||||
pythonRemoveDeps = [ "opencv-python" ];
|
||||
@@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
dependencies = [
|
||||
numpy
|
||||
opencv4
|
||||
typing-extensions
|
||||
stringzilla
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "albucore" ];
|
||||
|
||||
Reference in New Issue
Block a user