blob: 83116aaebe3327596f9458b810d77d4c64d6eb4a (
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
26
27
28
29
30
|
pkgbase = python-albumentations
pkgdesc = Fast image augmentation library and easy to use wrapper around other libraries
pkgver = 1.4.9
pkgrel = 1
url = https://github.com/albumentations-team/albumentations
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-mock
checkdepends = python-deepdiff
checkdepends = python-torchvision
checkdepends = python-pytest-cov
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-scikit-learn
depends = python-scipy
depends = python-yaml
optdepends = python-pytorch: for transforms from pytorch
optdepends = python-torchvision: for transforms from torchvision
source = albumentations-1.4.9.tar.gz::https://github.com/albumentations-team/albumentations/archive/1.4.9.tar.gz
sha512sums = 9a0262c2c8fda4c459c3b0bc8a3708b6058a5c40a1f3f39636da16739f500b3746f5ba096e1bd3f09f1a190dc3ab18210812004ed83e8f419b7c461aa1657a81
pkgname = python-albumentations
|