diff options
author | acxz | 2020-04-25 15:48:21 -0400 |
---|---|---|
committer | acxz | 2020-04-25 15:48:21 -0400 |
commit | 80f86720eecf1e579fb4bcc0d1043fa7c8ad386c (patch) | |
tree | 0b5b398e901fa4f92d38fd534226c97d327210c0 /PKGBUILD | |
parent | 8046248f6309078d9003ab18d73f51bbb27cf989 (diff) | |
download | aur-80f86720eecf1e579fb4bcc0d1043fa7c8ad386c.tar.gz |
updpkg python-mlflow
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: acxz <akashpatel2008 at yahoo dot com> pkgname=python-mlflow -pkgver=1.7.2 -pkgrel=3 +pkgver=1.8.0 +pkgrel=1 pkgdesc='An open source platform for the machine learning lifecycle' arch=('x86_64') url='https://mlflow.org' @@ -19,7 +19,7 @@ optdepends=('python-scikit-learn' 'python-boto3' 'python-mleap' 'python-azure-storage' 'python-google-cloud-storage' 'python-mlflow-dbstore') makedepends=('python' 'python-setuptools' 'npm') source=("$pkgname-$pkgver::https://github.com/mlflow/mlflow/archive/v$pkgver.tar.gz") -sha256sums=('fe2db1fdb36637fb6dbdb787aa144f9a2e6cfa1eb365b8f9cc195a1d30c6cb43') +sha256sums=('f70f5c21d98a21db523e0512f1acaa896cfda6f3f47d4007127e99bd27d1ab4d') _pkgname=mlflow |