Skip to content

Commit 02849a1

Browse files
authored
Merge pull request #8 from illagrenan/tf-1.8
Re-package serving for TF 1.8
2 parents 68a40bc + e7598ab commit 02849a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88
env:
99
- PYTHONUNBUFFERED="1"
1010
install:
11-
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir --upgrade pip setuptools wheel
11+
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir --upgrade pip wheel
1212
- pip install --isolated --no-input --compile --exists-action=a --disable-pip-version-check --no-cache-dir -r ./requirements/dev.txt
1313
script:
1414
- inv clean

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.7.0',
10+
version='1.8.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.7.0'
21+
'tensorflow>=1.8.0'
2222
],
2323
python_requires='~=3.5',
2424
include_package_data=True,

0 commit comments

Comments
 (0)