[arch-commits] Commit in tensorboard/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Sep 25 03:38:13 UTC 2020


    Date: Friday, September 25, 2020 @ 03:38:12
  Author: svenstaro
Revision: 711950

upgpkg: tensorboard 2.3.0-3: Add absl-py to deps

Modified:
  tensorboard/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-25 02:02:32 UTC (rev 711949)
+++ PKGBUILD	2020-09-25 03:38:12 UTC (rev 711950)
@@ -2,7 +2,7 @@
 
 pkgname=tensorboard
 pkgver=2.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('APACHE')
 depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 'python-wheel' 'python-markdown'
          'python-html5lib' 'python-protobuf' 'python-setuptools' 'python-grpcio' 'python-google-auth-oauthlib'
-         'python-tensorboard_plugin_wit')
+         'python-tensorboard_plugin_wit' 'absl-py')
 optdepends=('python-tensorflow: advanced features for TensorBoard')
 makedepends=('bazel' 'tree')
 source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz"



More information about the arch-commits mailing list