-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Environment information (required)
Not relevant (you don't even need to run Tensorboard to observe this).
Issue description
Inspecting the tensorboard wheel reveals that it depends on the wheel package:
$ bsdtar -xOf tensorboard-2.12.1-py3-none-any.whl tensorboard-2.12.1.dist-info/METADATA | grep wheel
Requires-Dist: wheel (>=0.26)There seems to be no reason for this. I checked the source code, and I couldn't find any runtime usages of wheel. wheel doesn't even have an API, so it seems unlikely to be needed.
I would suggest removing it so that Tensorboard doesn't pull unnecessary packages into the environment.
Metadata
Metadata
Assignees
Labels
No labels