summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAuto update bot2023-10-26 08:06:03 +0000
committerAuto update bot2023-10-26 08:06:03 +0000
commitad0a40a28ce8221d5ac36709c5387bf239d6d54f (patch)
tree9874b8acb0ff98b784ad68096847b7f22e44ab8d /PKGBUILD
parentbe3be0ad47ef38b510c2f00781a2157508e37ac0 (diff)
downloadaur-nni.tar.gz
Auto updated to 3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4da70bcc4005..bd738bc58c00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jingbei Li <i@jingbei.li>
pkgname=nni
-pkgver=3.0rc1
+pkgver=3.0
pkgrel=1
pkgdesc="An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning."
arch=('x86_64' 'aarch64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=(python-cloudpickle python-filelock python-json-tricks python-schema python-typeguard python-websockets)
makedepends=(cmake jupyterlab python-installer python-pip python-setuptools python-wheel typescript)
source=("${url}/archive/refs/tags/v${pkgver}.tar.gz")
-md5sums=('9a114ccc924cc06279b36606d3b9bcdc')
+md5sums=('7888301a35382fc4e9af845795cec7f1')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"