Skip to content

Commit 5ce7367

Browse files
authored
fix table formatting
1 parent 275c00d commit 5ce7367

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ Supported Python versions are: ``3.5`` and ``3.6``.
3333
Supported versions of Tensorflow
3434
--------------------------------
3535

36-
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
37-
| Tensorflow version | Serving API version | Link to original serving package |
38-
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
36+
+-----------------------+---------------------------------------------------------+----------------------------------------------------------------------------------------+
37+
| Tensorflow version | Serving API version | Link to original serving package |
38+
+-----------------------+---------------------------------------------------------+----------------------------------------------------------------------------------------+
3939
| ``tensorflow~=1.4.0`` | ``pip install 'tensorflow-serving-api-python3~=1.4.0'`` | `https://pypi.org/.../1.4.0 <https://pypi.org/project/tensorflow-serving-api/1.4.0/>`_ |
40-
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
40+
+-----------------------+---------------------------------------------------------+----------------------------------------------------------------------------------------+
4141
| ``tensorflow~=1.5.0`` | ``pip install 'tensorflow-serving-api-python3~=1.5.0'`` | `https://pypi.org/.../1.5.0 <https://pypi.org/project/tensorflow-serving-api/1.5.0/>`_ |
42-
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
42+
+-----------------------+---------------------------------------------------------+----------------------------------------------------------------------------------------+
4343
| ``tensorflow~=1.6.0`` | ``pip install 'tensorflow-serving-api-python3~=1.6.0'`` | `https://pypi.org/.../1.6.0 <https://pypi.org/project/tensorflow-serving-api/1.6.0/>`_ |
44-
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
44+
+-----------------------+---------------------------------------------------------+----------------------------------------------------------------------------------------+
4545
| ``tensorflow~=1.7.0`` | ``pip install 'tensorflow-serving-api-python3~=1.7.0'`` | `https://pypi.org/.../1.7.0 <https://pypi.org/project/tensorflow-serving-api/1.7.0/>`_ |
46-
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
46+
+-----------------------+---------------------------------------------------------+----------------------------------------------------------------------------------------+
4747

4848

4949
Why?

0 commit comments

Comments
 (0)