diff --git a/sdk/python/requirements.txt b/sdk/python/requirements.txt index e59cde657a..7b0e0d448e 100644 --- a/sdk/python/requirements.txt +++ b/sdk/python/requirements.txt @@ -3,5 +3,5 @@ six>=1.10 python_dateutil>=2.5.3 setuptools>=21.0.0 urllib3>=1.15.1 -kubernetes>=10.0.1 +kubernetes==10.0.1 table_logger>=0.3.5 diff --git a/sdk/python/setup.py b/sdk/python/setup.py index c437df06f8..3e4072430c 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -25,7 +25,7 @@ setuptools.setup( name='kubeflow-tfjob', - version='0.1.3', + version='0.1.4', author="Kubeflow Authors", author_email='hejinchi@cn.ibm.com', license="Apache License Version 2.0",