File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
TensorBoard is a suite of web applications for inspecting and understanding
2
2
your TensorFlow runs and graphs.
3
+
4
+ Releases prior to 1.6.0 were published under the ``tensorflow-tensorboard `` name
5
+ and may be found at https://pypi.python.org/pypi/tensorflow-tensorboard.
Original file line number Diff line number Diff line change @@ -115,9 +115,9 @@ echo "Installing the just-built tensorboard pip package"
115
115
echo
116
116
117
117
if [[ " ${PY_VERSION} " == 2 ]]; then
118
- pip install " ${PIP_TMP_DIR} " /tensorflow_tensorboard * -py2-* .whl
118
+ pip install " ${PIP_TMP_DIR} " /tensorboard * -py2-* .whl
119
119
elif [[ " ${PY_VERSION} " == 3 ]]; then
120
- pip install " ${PIP_TMP_DIR} " /tensorflow_tensorboard * -py3-* .whl
120
+ pip install " ${PIP_TMP_DIR} " /tensorboard * -py3-* .whl
121
121
fi
122
122
123
123
echo
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def get_readme():
48
48
return f .read ()
49
49
50
50
setup (
51
- name = 'tensorflow- tensorboard' ,
51
+ name = 'tensorboard' ,
52
52
version = tensorboard .version .VERSION .replace ('-' , '' ),
53
53
description = 'TensorBoard lets you watch Tensors Flow' ,
54
54
long_description = get_readme (),
You can’t perform that action at this time.
0 commit comments