mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 07:34:21 +00:00
python312Packages.albucore: 0.0.15 -> 0.0.17
This commit is contained in:
parent
c7f9378f34
commit
f9653cc113
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "albucore";
|
pname = "albucore";
|
||||||
version = "0.0.15";
|
version = "0.0.17";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
owner = "albumentations-team";
|
owner = "albumentations-team";
|
||||||
repo = "albucore";
|
repo = "albucore";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-FA11dVw47KucSYU1+3oxw6GUQfPZtjoNPUb96vb6wqo=";
|
hash = "sha256-9fv5jewfL3JKhZyD0YS1WDNZ7wWt+8iF2DcygCOl168=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRemoveDeps = [ "opencv-python" ];
|
pythonRemoveDeps = [ "opencv-python" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user