File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Supported versions of Tensorflow
3838+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
3939| ``tensorflow~=1.4.0 `` | ``pip install 'tensorflow-seving-api-python3~=1.4.0' `` | `https://pypi.org/.../1.4.0 <https://pypi.org/project/tensorflow-serving-api/1.4.0/ >`_ |
4040+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
41- | ``tensorflow~=1.5.0 `` | TBA | `https://pypi.org/.../1.5.0 <https://pypi.org/project/tensorflow-serving-api/1.5.0/ >`_ |
41+ | ``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+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
4343| ``tensorflow~=1.6.0 `` | TBA | `https://pypi.org/.../1.6.0 <https://pypi.org/project/tensorflow-serving-api/1.6.0/ >`_ |
4444+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
Original file line number Diff line number Diff line change 77
88setup (
99 name = 'tensorflow-serving-api-python3' ,
10- version = '1.4 .0' ,
10+ version = '1.5 .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' ,
1818 packages = ['tensorflow_serving' ],
1919 install_requires = [
2020 'grpcio>=1.7.0' ,
21- 'tensorflow>=1.4 .0'
21+ 'tensorflow>=1.5 .0'
2222 ],
2323 python_requires = '~=3.5' ,
2424 include_package_data = True ,
Original file line number Diff line number Diff line change 1- # -*- encoding: utf-8 -*-
2- # ! python3
You can’t perform that action at this time.
0 commit comments