summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2024-08-30 12:17:22 +0800
committerlilac2024-08-30 12:17:22 +0800
commitf8fd1972a2aaafd56b3f0943cc47dd0d5b6e5707 (patch)
tree2f9475a00fe40558f254510aac9d48297eab4876 /PKGBUILD
parentd0616622d25e20ee81f9b8bbc7b8c660c1d55648 (diff)
downloadaur-f8fd1972a2aaafd56b3f0943cc47dd0d5b6e5707.tar.gz
[lilac] updated to 1.4.14-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56bce3f0393a..d5b3cfb08316 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=albumentations
pkgname=python-albumentations
pkgver=1.4.14
-pkgrel=1
+pkgrel=2
pkgdesc='Fast image augmentation library and easy to use wrapper around other libraries'
arch=('any')
url='https://github.com/albumentations-team/albumentations'
@@ -14,8 +14,8 @@ depends=(
python-opencv
python-pydantic
python-scikit-image
- python-scikit-learn
python-scipy
+ python-typing_extensions
python-yaml
)
makedepends=(