py-tensorboard: fix import tests (#41874)

This commit is contained in:
Adam J. Stewart 2024-01-01 22:03:05 +01:00 committed by GitHub
parent 6008ae0c60
commit 8593249e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@ class PyTensorboard(PythonPackage):
url = "https://files.pythonhosted.org/packages/py3/t/tensorboard/tensorboard-2.9.1-py3-none-any.whl"
list_url = "https://pypi.org/simple/tensorboard/"
# Requires tensorflow
skip_modules = ["tensorboard.summary._tf"]
maintainers("aweits")
license("Apache-2.0")