summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d26e8721acc8..5af7e628e74c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-kornia
pkgdesc = Open Source Differentiable Computer Vision Library for PyTorch
pkgver = 0.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kornia/kornia
arch = any
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 1d32bf784de2..c6ca924e19da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-kornia
_name=kornia
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
arch=(any)
url='https://github.com/kornia/kornia'
pkgdesc='Open Source Differentiable Computer Vision Library for PyTorch'
@@ -17,7 +17,7 @@ sha256sums=('b9d45114e14f23cbe24d965f3095e0159b06d5672787959b81d6f9b4242e6c5d')
check() {
cd "${srcdir}/${_name}-${pkgver}"
- pytest -v --device all --dtype all test/
+ pytest -v --device all --dtype float32,float64 test/
}
package() {