python312Packages.albucore: 0.0.13 -> 0.0.14 (#338203)

This commit is contained in:
OTABI Tomoya 2024-09-08 11:45:48 +09:00 committed by GitHub
commit 092425a798
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,12 @@
pytestCheckHook,
numpy,
opencv4,
tomli,
typing-extensions,
}:
buildPythonPackage rec {
pname = "albucore";
version = "0.0.13";
version = "0.0.14";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,7 +21,7 @@ buildPythonPackage rec {
owner = "albumentations-team";
repo = "albucore";
rev = "refs/tags/${version}";
hash = "sha256-TqEOey6PxVesk1Xs9YvnFto8LrSVsfTMq+MqP/mwYCA=";
hash = "sha256-6c6QiChP3SLTEj1SKlb/AcjQbLX4L9Fdlxem70cxiXM=";
};
pythonRemoveDeps = [ "opencv-python" ];
@ -32,7 +31,6 @@ buildPythonPackage rec {
dependencies = [
numpy
opencv4
tomli
typing-extensions
];