summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2023-05-10 15:14:40 +0800
committerJingbei Li2023-05-10 15:14:40 +0800
commit3d7595912722c1c5bd7847945165e5be1341e72d (patch)
tree3729b9f9d4f6ec7f27b156d00331aeb2b59eaf16
parentd4613c435625ddc02c3ef9581914fefcd44a89e0 (diff)
downloadaur-3d7595912722c1c5bd7847945165e5be1341e72d.tar.gz
upgraded to 3.0rc1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26f1ae5c04e..1148e8925726 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nni
pkgdesc = An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
- pkgver = 2.10
- pkgrel = 2
+ pkgver = 3.0rc1
+ pkgrel = 1
url = https://github.com/microsoft/nni
arch = x86_64
arch = aarch64
@@ -19,7 +19,7 @@ pkgbase = nni
depends = python-schema
depends = python-typeguard
depends = python-websockets
- source = https://github.com/microsoft/nni/archive/refs/tags/v2.10.tar.gz
- md5sums = 05f88f640a2ef268217f21cf70ffabef
+ source = https://github.com/microsoft/nni/archive/refs/tags/v3.0rc1.tar.gz
+ md5sums = 9a114ccc924cc06279b36606d3b9bcdc
pkgname = nni
diff --git a/PKGBUILD b/PKGBUILD
index 0d2b0233223c..8071156a9dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jingbei Li <i@jingbei.li>
pkgname=nni
-pkgver=2.10
-pkgrel=2
+pkgver=3.0rc1
+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')
url="https://github.com/microsoft/nni"
@@ -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=('05f88f640a2ef268217f21cf70ffabef')
+md5sums=('9a114ccc924cc06279b36606d3b9bcdc')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"