summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5023fab87c81..cdc3f867f0de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: getzze <getzze at_gmail dot_com>
# Based on python-tslearn PKGBUILD
pkgname=python-tslearn-git
-pkgver=r837.1721482
+pkgver=r1625.efa0091
pkgrel=1
pkgdesc="A machine learning toolkit dedicated to time-series data. Version from the latest commit."
arch=('x86_64')
url='https://github.com/rtavenar/tslearn'
license=('BSD')
-depends=('python' 'python-numpy' 'python-scipy' 'cython' 'python-scikit-learn')
-optdepends=('python-tensorflow' 'python-keras-applications' 'python-keras-preprocessing')
-makedepends=('git' 'python-setuptools' 'cython>=0.17')
+depends=('python' 'python-numpy' 'python-scipy' 'python-numba' 'python-joblib' 'python-scikit-learn')
+optdepends=('python-tensorflow' 'python-h5py' 'python-pytorch' 'python-keras-applications' 'python-keras-preprocessing')
+makedepends=('git' 'python-setuptools')
provides=('python-tslearn')
conflicts=('python-tslearn')
options=(!emptydirs)
-source=("git://github.com/rtavenar/tslearn.git")
+source=("git+https://github.com/rtavenar/tslearn.git")
sha256sums=('SKIP')