We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a40bc commit b46546bCopy full SHA for b46546b
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name='tensorflow-serving-api-python3',
10
- version='1.7.0',
+ version='1.8.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.7.0'
+ 'tensorflow>=1.8.0'
22
],
23
python_requires='~=3.5',
24
include_package_data=True,
0 commit comments