We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6be82f + 91484e1 commit 002bff1Copy full SHA for 002bff1
tensorflow_serving/tools/pip_package/setup.py
@@ -33,7 +33,7 @@
33
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
34
_VERSION = '1.14.0-rc0'
35
# Have this by default be open; releasing a new version will lock to TF version
36
-_TF_VERSION = '===1.14.0-rc0'
+_TF_VERSION = '~=1.14.0-rc0'
37
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')
38
39
project_name = 'tensorflow-serving-api'
0 commit comments