summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cac3ffb1f94..868c50b25d84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-torchsample
pkgdesc = High-Level Training, Data Augmentation, and Utilities for Pytorch
pkgver = 0.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ncullen93/torchsample
arch = any
license = MIT
@@ -11,6 +11,7 @@ pkgbase = python-torchsample
depends = python-tqdm
depends = python-numpy
depends = python-six
+ depends = python-pandas
source = https://github.com/ncullen93/torchsample/archive/v0.1.3.tar.gz
sha512sums = 58c7fdcc6e39a7258fe1858899c4375d40e291e10b14e2f5f3529475a29ae2a884d13cef4e0c2247cf2a38973795e1e44769e3349420b82363eae95874ec7927
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")