blob: c6a33e85d9b2522523ec269a24ee8923582ff5a7 (
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
|
pkgbase = python-kornia
pkgdesc = Open Source Differentiable Computer Vision Library for PyTorch
pkgver = 0.8.0
pkgrel = 3
url = https://github.com/kornia/kornia
arch = any
license = Apache-2.0
checkdepends = python-kornia-rs
checkdepends = python-accelerate
checkdepends = python-pytest
checkdepends = python-pytest-cov
checkdepends = python-pytest-mypy
checkdepends = python-scipy
checkdepends = python-opencv
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-pytest-runner
depends = python-pytorch
optdepends = python-accelerate: To be able to train
optdepends = python-onnx: To use onnx models
optdepends = python-onnxruntime: To use onnx runtime
optdepends = python-kornia-rs: Low-level Computer Vision library - rust bindings
options = !emptydirs
source = kornia-0.8.0.zip::https://github.com/kornia/kornia/archive/refs/tags/v0.8.0.zip
sha256sums = c2b28c96845406ff9f63c309a31ffaa47c665477f0a49467e88f8fa8644d8426
pkgname = python-kornia
|