python312Packages.albumentations: 1.4.17 -> 1.4.18
Diff: https://github.com/albumentations-team/albumentations/compare/refs/tags/1.4.17...1.4.18 Changelog: https://github.com/albumentations-team/albumentations/releases/tag/1.4.18
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
pydantic,
|
||||
pyyaml,
|
||||
scikit-image,
|
||||
scipy,
|
||||
|
||||
# optional dependencies
|
||||
huggingface-hub,
|
||||
@@ -30,7 +31,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "albumentations";
|
||||
version = "1.4.17";
|
||||
version = "1.4.18";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -39,7 +40,7 @@ buildPythonPackage rec {
|
||||
owner = "albumentations-team";
|
||||
repo = "albumentations";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-4JOqaSpBXSrAR3qrOeab+PvhXPcoEnblO0n9TSqW0bY=";
|
||||
hash = "sha256-uAYnbglBT1mduyRnsWWjZ8axG7DzZEVcgAVeMLF48oM=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -58,6 +59,7 @@ buildPythonPackage rec {
|
||||
pydantic
|
||||
pyyaml
|
||||
scikit-image
|
||||
scipy
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
|
||||
Reference in New Issue
Block a user