blob: 9465b41c278857bee06c1294ab851c894a85f870 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = python-albumentations
pkgdesc = Fast image augmentation library and easy to use wrapper around other libraries
pkgver = 1.4.20
pkgrel = 1
url = https://github.com/albumentations-team/albumentations
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python-albucore
depends = python-numpy
depends = python-opencv
depends = python-pydantic
depends = python-scikit-image
depends = python-scipy
depends = python-typing_extensions
depends = python-yaml
optdepends = python-pytorch: for transforms from pytorch
optdepends = python-torchvision: for transforms from torchvision
source = albumentations-1.4.20.tar.gz::https://github.com/albumentations-team/albumentations/archive/1.4.20.tar.gz
sha512sums = 1b12af865c99f9b2dbb7a1672bfacfdf3d6685525f6c2c397cab3f3f43747c0f2d50d60f38b1c3c6fb86cc5b9ea72525d7fb5ec68e7dc9ff3e1f1ba9963f95e3
pkgname = python-albumentations
|