Skip to content

Commit 002bff1

Browse files
authored
Merge pull request #1372 from netfs/cpr1.14
Use operator for version matching as is not supported by pypi.org (…
2 parents d6be82f + 91484e1 commit 002bff1

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_serving/tools/pip_package

1 file changed

+1
-1
lines changed

tensorflow_serving/tools/pip_package/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# Set when releasing a new version of TensorFlow Serving (e.g. 1.0.0).
3434
_VERSION = '1.14.0-rc0'
3535
# Have this by default be open; releasing a new version will lock to TF version
36-
_TF_VERSION = '===1.14.0-rc0'
36+
_TF_VERSION = '~=1.14.0-rc0'
3737
_TF_VERSION_SANITIZED = _TF_VERSION.replace('-', '')
3838

3939
project_name = 'tensorflow-serving-api'

0 commit comments

Comments
 (0)