summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2018-05-03 12:46:41 +0200
committerMartino Pilia2018-05-03 12:46:41 +0200
commitd0a7e667f8a00abfc2cd4a942c05d1cb9dc10a0c (patch)
treeb1dc28ad417ac926856daed3ebe4bc7005c2d325 /PKGBUILD
parentd69700a8ff251b609b46a383cf7833ca28d43b6f (diff)
downloadaur-python-torchsample.tar.gz
fix missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b98eb50f1aa5..f4512ed8894d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=torchsample
pkgname=python-$_pkgname
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="High-Level Training, Data Augmentation, and Utilities for Pytorch"
arch=('any')
url="https://github.com/ncullen93/torchsample"
license=('MIT')
-depends=('python-pytorch' 'python-nibabel' 'python-tqdm' 'python-numpy' 'python-six')
+depends=('python-pytorch' 'python-nibabel' 'python-tqdm' 'python-numpy' 'python-six' 'python-pandas')
optdepends=()
makedepends=('python-setuptools')
source=("https://github.com/ncullen93/torchsample/archive/v${pkgver}.tar.gz")