We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941bdb7 commit d07ba5bCopy full SHA for d07ba5b
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='tensorflow-serving-api-python3',
10
- version='1.4.0',
+ version='1.5.0',
11
description="""*UNOFFICIAL* TensorFlow Serving API libraries for Python3""",
12
long_description=io.open("README.rst", 'r', encoding="utf-8").read(),
13
url='https://github.com/illagrenan/tensorflow-serving-api-python3',
@@ -18,7 +18,7 @@
18
packages=['tensorflow_serving'],
19
install_requires=[
20
'grpcio>=1.7.0',
21
- 'tensorflow>=1.4.0'
+ 'tensorflow>=1.5.0'
22
],
23
python_requires='~=3.5',
24
include_package_data=True,
0 commit comments