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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Sep 24 13:25:52 UTC 2020


    Date: Thursday, September 24, 2020 @ 13:25:52
  Author: svenstaro
Revision: 711746

upgpkg: tensorboard 2.3.0-2: Move python-tensorflow to optdeps (FS#67979)

TensorBoard can now run without python-tensorflow installed. See
https://github.com/tensorflow/tensorboard#can-i-run-tensorboard-without-a-tensorflow-installation

Modified:
  tensorboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-24 13:21:47 UTC (rev 711745)
+++ PKGBUILD	2020-09-24 13:25:52 UTC (rev 711746)
@@ -2,14 +2,15 @@
 
 pkgname=tensorboard
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="TensorFlow's Visualization Toolkit"
 url='https://github.com/tensorflow/tensorboard'
 arch=('x86_64')
 license=('APACHE')
-depends=('python' 'python-werkzeug' 'python-numpy' 'python-bleach' 'python-wheel' 'python-markdown' 'python-tensorflow-serving-api'
-         'python-html5lib' 'python-protobuf' 'python-setuptools' 'python-tensorflow' 'python-grpcio' 'python-google-auth-oauthlib'
+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')
+optdepends=('python-tensorflow: advanced features for TensorBoard')
 makedepends=('bazel' 'tree')
 source=("${pkgname}-${pkgver}::https://github.com/tensorflow/tensorboard/archive/${pkgver}.tar.gz"
         'bump-tensorflow.patch'



More information about the arch-commits mailing list