blob: b35cad93ea583f1f2ae8db002ccfea45e376cb4d (
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.23
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.23.tar.gz::https://github.com/albumentations-team/albumentations/archive/1.4.23.tar.gz
sha512sums = b200beb4fb2619728f3db32a3216326194c0e131517441b7d897d55982e159ccbf20adef0df41689a61f17d2d93c0b96356bbaf4f8c47f73d3f7fbc7864018d8
pkgname = python-albumentations
|