Skip to content

Commit 948ab85

Browse files
committed
Merge branch 'tf-1.6'
# Conflicts: # setup.py
2 parents b8d8909 + 1d16be5 commit 948ab85

File tree

11 files changed

+337
-60
lines changed

11 files changed

+337
-60
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Supported versions of Tensorflow
4040
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
4141
| ``tensorflow~=1.5.0`` | ``pip install 'tensorflow-seving-api-python3~=1.5.0'`` | `https://pypi.org/.../1.5.0 <https://pypi.org/project/tensorflow-serving-api/1.5.0/>`_ |
4242
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
43-
| ``tensorflow~=1.6.0`` | TBA | `https://pypi.org/.../1.6.0 <https://pypi.org/project/tensorflow-serving-api/1.6.0/>`_ |
43+
| ``tensorflow~=1.6.0`` | ``pip install 'tensorflow-seving-api-python3~=1.6.0'`` | `https://pypi.org/.../1.6.0 <https://pypi.org/project/tensorflow-serving-api/1.6.0/>`_ |
4444
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
4545
| ``tensorflow~=1.7.0`` | TBA | `https://pypi.org/.../1.7.0 <https://pypi.org/project/tensorflow-serving-api/1.7.0/>`_ |
4646
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='tensorflow-serving-api-python3',
10-
version='1.5.0',
10+
version='1.6.0',
1111
description="""*UNOFFICIAL* TensorFlow Serving API libraries for Python3""",
1212
long_description=io.open("README.rst", 'r', encoding="utf-8").read(),
1313
url='https://github.com/illagrenan/tensorflow-serving-api-python3',
@@ -18,7 +18,7 @@
1818
packages=['tensorflow_serving'],
1919
install_requires=[
2020
'grpcio>=1.7.0',
21-
'tensorflow>=1.5.0'
21+
'tensorflow>=1.6.0'
2222
],
2323
python_requires='~=3.5',
2424
include_package_data=True,

tensorflow_serving/apis/classification_pb2.py

Lines changed: 19 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tensorflow_serving/apis/get_model_metadata_pb2.py

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tensorflow_serving/apis/inference_pb2.py

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tensorflow_serving/apis/input_pb2.py

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tensorflow_serving/apis/model_pb2.py

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)