Skip to content

Commit

Permalink
update tf version to 1.12.1 (kubeflow#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoning777 authored and k8s-ci-robot committed May 14, 2019
1 parent 6fcab51 commit 9cf1fa7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/dataflow/predict/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
long_description="""
""",
install_requires=[
'tensorflow==1.7.0',
'tensorflow==1.12.1',
],
package_data={
},
Expand Down
2 changes: 1 addition & 1 deletion components/dataflow/tfdv/src/validation/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
setuptools.setup(name='tfdv_validation_job', version='1.0',
packages=setuptools.find_packages(),
install_requires=[
'tensorflow==1.9.0',
'tensorflow==1.12.1',
'tensorflow-data-validation==1.9.0'])
2 changes: 1 addition & 1 deletion components/dataflow/tfma/src/analysis/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
setuptools.setup(name='tfma_analysis_job', version='1.0',
packages=setuptools.find_packages(),
install_requires=[
'tensorflow==1.6.0',
'tensorflow==1.12.1',
'tensorflow-model-analysis==0.6.0',
'tensorflow-serving-api==1.6.0',
'tensorflow-transform==0.6.0'])
2 changes: 1 addition & 1 deletion components/kubeflow/dnntrainer/src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
long_description="""
""",
install_requires=[
'tensorflow==1.5.1',
'tensorflow==1.12.1',
],
package_data={
},
Expand Down

0 comments on commit 9cf1fa7

Please sign in to comment.