summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Cassani2019-09-23 14:50:54 +0200
committerFederico Cassani2019-09-23 14:50:54 +0200
commitd60b5c8d215e1e6b73dad5fdfdd02a861172487b (patch)
tree1b6cd152785dd74682032f6c877f45cdf2838897
parent90879dc0e13e636766e95766dc4466cbe390b803 (diff)
downloadaur-d60b5c8d215e1e6b73dad5fdfdd02a861172487b.tar.gz
UPDATE version 0.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cf917225f39..8f8a1e4c924c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-talos
pkgdesc = Talos radically changes the ordinary Keras workflow by fullyautomating hyperparameter tuning and model evaluation. Talos exposes Keras functionality entirely and there is no new syntax or templates to learn.
- pkgver = 0.4.9
+ pkgver = 0.6.3
pkgrel = 1
url = https://github.com/autonomio/talos/
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-talos
depends = python-chances
depends = python-astetik
depends = python-kerasplotlib
- source = https://files.pythonhosted.org/packages/74/26/c44a51af579835c873e878b99c68fcba08107cdfc22d72ac4ecbc027f158/talos-0.4.9.tar.gz
- sha256sums = 623f0bfe33f1429453913cf64eabbf5cd34d3147781013f8824fb3888d6ad8fd
+ source = https://files.pythonhosted.org/packages/1d/df/c352679af3259829dafa7d55f2d3e9fca201c848351cb3c841a062df001c/talos-0.6.3.tar.gz
+ sha256sums = 24deb5d8d9c6f10374b49ce113474f25ca6741dd4797b092aa53a2b7f0dc4093
pkgname = python-talos
diff --git a/PKGBUILD b/PKGBUILD
index 35dc891ac05e..77ac7ad03a8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="python-talos"
_pkgname="talos"
-pkgver=0.4.9
+pkgver=0.6.3
pkgrel=1
pkgdesc="Talos radically changes the ordinary Keras workflow by fullyautomating hyperparameter tuning and model evaluation. Talos exposes Keras functionality entirely and there is no new syntax or templates to learn."
arch=('any')
@@ -10,8 +10,8 @@ url="https://github.com/autonomio/talos/"
license=('MIT')
depends=('python' 'python-keras' 'python-numpy' 'python-pandas' 'python-scikit-learn' 'python-tqdm' 'python-requests' 'python-wrangle' 'python-chances' 'python-astetik' 'python-kerasplotlib')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/74/26/c44a51af579835c873e878b99c68fcba08107cdfc22d72ac4ecbc027f158/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('623f0bfe33f1429453913cf64eabbf5cd34d3147781013f8824fb3888d6ad8fd')
+source=("https://files.pythonhosted.org/packages/1d/df/c352679af3259829dafa7d55f2d3e9fca201c848351cb3c841a062df001c/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('24deb5d8d9c6f10374b49ce113474f25ca6741dd4797b092aa53a2b7f0dc4093')
build() {
cd $srcdir/$_pkgname-$pkgver