Skip to content

Commit 941bdb7

Browse files
authored
fix table formatting
1 parent 88d8a2f commit 941bdb7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.rst

Lines changed: 11 additions & 11 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-
+-----------------------+------------------------------------------------+--------------------------------------------------------+
39-
| ``tensorflow~=1.4.0`` | ``pip install tensorflow-serving-api-python3~=1.4.0`` | https://pypi.org/project/tensorflow-serving-api/1.4.0/ |
40-
+-----------------------+------------------------------------------------+--------------------------------------------------------+
41-
| ``tensorflow~=1.5.0`` | TBA | https://pypi.org/project/tensorflow-serving-api/1.5.0/ |
42-
+-----------------------+------------------------------------------------+--------------------------------------------------------+
43-
| ``tensorflow~=1.6.0`` | TBA | https://pypi.org/project/tensorflow-serving-api/1.6.0/ |
44-
+-----------------------+------------------------------------------------+--------------------------------------------------------+
45-
| ``tensorflow~=1.7.0`` | TBA | https://pypi.org/project/tensorflow-serving-api/1.7.0/ |
46-
+-----------------------+------------------------------------------------+--------------------------------------------------------+
36+
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
37+
| Tensorflow version | Serving API version | Link to original serving package |
38+
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
39+
| ``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/>`_ |
40+
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
41+
| ``tensorflow~=1.5.0`` | TBA | `https://pypi.org/.../1.5.0 <https://pypi.org/project/tensorflow-serving-api/1.5.0/>`_ |
42+
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
43+
| ``tensorflow~=1.6.0`` | TBA | `https://pypi.org/.../1.6.0 <https://pypi.org/project/tensorflow-serving-api/1.6.0/>`_ |
44+
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
45+
| ``tensorflow~=1.7.0`` | TBA | `https://pypi.org/.../1.7.0 <https://pypi.org/project/tensorflow-serving-api/1.7.0/>`_ |
46+
+-----------------------+--------------------------------------------------------+----------------------------------------------------------------------------------------+
4747

4848

4949
Why?

0 commit comments

Comments
 (0)