TheNeuralBit commented on pull request #14583: URL: https://github.com/apache/beam/pull/14583#issuecomment-823391391
I recently found `pipdeptree` for looking into things like this. It looks like tensorboard-data-server was just added as a dependency in the new tensorboard 2.5.0 release: https://github.com/tensorflow/tensorboard/blob/2.5/tensorboard/pip_package/requirements.txt ``` tensorflow==2.4.1 - tensorboard [required: ~=2.4, installed: 2.5.0] - tensorboard-data-server [required: >=0.6.0,<0.7.0, installed: 0.6.0] ``` I think just adding the license is preferable to pinning the older dependency -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
