Closed hcho3 closed 5 years ago
Thanks for the update. Does this mean TensorBoard can run independently without TensorFlow pre-installed or it just implicitly install tensorflow? Previously, if you do pip install tensorboard
it will still install the tensorflow for you as a dependency.
Yes, tensorflow is no longer a dependency.
Issue #, if available:
Description of changes: Tensorboard no longer requires TensorFlow, so remove
tensorflow
from the installation instruction fortensorboard
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
@reminisce