py-tensorboard-data-server: add v0.7.0 (#36248)

This commit is contained in:
Adam J. Stewart 2023-03-20 02:25:33 -06:00 committed by GitHub
parent 41d7fe0a50
commit 973e37823c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,9 @@ class PyTensorboardDataServer(PythonPackage):
homepage = "https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server"
git = "https://github.com/tensorflow/tensorboard"
version("0.7.0", commit="f1cb31c86d871e0258250248ab9488575410e784")
version("0.6.1", commit="6acf0be88b5727e546dd64a8b9b12d790601d561")
depends_on("python@3.6:", type=("build", "run"))
depends_on("py-setuptools", type="build")
depends_on("rust+rustfmt", type="build")