Skip to content

Commit

Permalink
upgpkg: python-mlflow 2.3.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
acxz committed Apr 21, 2023
1 parent ee58873 commit 105ad76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions python-mlflow/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = python-mlflow
pkgdesc = An open source platform for the machine learning lifecycle
pkgver = 2.2.2
pkgver = 2.3.0
pkgrel = 1
url = https://mlflow.org
arch = x86_64
Expand Down Expand Up @@ -51,7 +51,7 @@ pkgbase = python-mlflow
optdepends = python-jinja: for mlflow[pipelines]
optdepends = python-mlflow-dbstore: for mlflow[sqlserver]
optdepends = python-aliyunstoreplugin: for mlflow[aliyun-oss]
source = python-mlflow-2.2.2::https://github.com/mlflow/mlflow/archive/v2.2.2.tar.gz
sha256sums = ee43f54577d4cec32aebb1198b49fd767bd443098513cdec7b2afde965c0ee16
source = python-mlflow-2.3.0::https://github.com/mlflow/mlflow/archive/v2.3.0.tar.gz
sha256sums = 1393b66fb26f66a2871afebff8be88b247737a982dd1858698bf2204e166b2e5

pkgname = python-mlflow
4 changes: 2 additions & 2 deletions python-mlflow/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>

pkgname=python-mlflow
pkgver=2.2.2
pkgver=2.3.0
pkgrel=1
pkgdesc='An open source platform for the machine learning lifecycle'
arch=('x86_64')
Expand Down Expand Up @@ -35,7 +35,7 @@ optdepends=('python-scikit-learn: for mlflow[extras, pipelines]'
makedepends=('python' 'python-build' 'python-installer' 'python-wheel'
'python-setuptools' 'yarn')
source=("$pkgname-$pkgver::https://github.com/mlflow/mlflow/archive/v$pkgver.tar.gz")
sha256sums=('ee43f54577d4cec32aebb1198b49fd767bd443098513cdec7b2afde965c0ee16')
sha256sums=('1393b66fb26f66a2871afebff8be88b247737a982dd1858698bf2204e166b2e5')

_pkgname=mlflow

Expand Down

0 comments on commit 105ad76

Please sign in to comment.