summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84764e74727e..99a344757919 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-kornia-git
_name=kornia
-pkgver=v0.1.3.r110.ga48164b
+pkgver=v0.2.0.r8.ge110f3b
pkgrel=1
arch=(any)
url='https://github.com/kornia/kornia'
@@ -12,7 +12,7 @@ makedepends=(
'git'
'python-setuptools'
)
-depends=('python-pytorch')
+depends=('python-pytorch' 'python-pillow' 'python-torchvision' 'opencv' 'python-matplotlib' 'ipython' 'jupyter')
provides=('python-kornia')
conflicts=('python-kornia')
options=(!emptydirs)