File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ printf "${GREEN}Installing TensorFlow${NORMAL}\n"
37
37
pip install tensorflow==1.14.0
38
38
39
39
printf " ${GREEN} Installing TFX${NORMAL} \n"
40
- pip install tfx==0.14.0rc1
40
+ pip install tfx==0.14.0
41
41
42
42
printf " ${GREEN} Installing Google API Client${NORMAL} \n"
43
43
pip install google-api-python-client
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ printf "${GREEN}Installing TensorFlow${NORMAL}\n"
34
34
pip install tensorflow==1.14.0
35
35
36
36
printf " ${GREEN} Installing TFX${NORMAL} \n"
37
- pip install tfx==0.14.0rc1
37
+ pip install tfx==0.14.0
38
38
39
39
printf " ${GREEN} Installing Google API Client${NORMAL} \n"
40
40
pip install google-api-python-client
Original file line number Diff line number Diff line change 14
14
"""Contains the version string of TFX."""
15
15
16
16
# Note that setup.py uses this version.
17
- __version__ = '0.14.0rc1 '
17
+ __version__ = '0.14.0 '
You can’t perform that action at this time.
0 commit comments