From 50a5388271e486ede77064c5b6c174d62fbccf78 Mon Sep 17 00:00:00 2001 From: dotlambda Date: Sun, 24 Aug 2025 21:55:15 -0700 Subject: [PATCH] replace Albumentations with AlbumentationsX --- python-package/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-package/setup.py b/python-package/setup.py index 3d73150e1..a48eb811c 100644 --- a/python-package/setup.py +++ b/python-package/setup.py @@ -54,7 +54,7 @@ def find_version(*file_paths): 'scikit-image', 'easydict', 'cython', - 'albumentations', + 'albumentationsx', 'prettytable', ]