Adding a constraint for the setuptools version.
authorAmit Patankar <amitpatankar@google.com>
Wed, 6 Jun 2018 21:04:40 +0000 (14:04 -0700)
committerAmit Patankar <amitpatankar@google.com>
Wed, 6 Jun 2018 21:04:40 +0000 (14:04 -0700)
tensorflow/tools/pip_package/setup.py

index 78d955c637298260be5015d3d007aac32ceddd8a..97f625e7e9cf5bc5064596cc76737f5cb7a591f2 100644 (file)
@@ -54,6 +54,7 @@ REQUIRED_PACKAGES = [
     'numpy >= 1.13.3',
     'six >= 1.10.0',
     'protobuf >= 3.4.0',
+    'setuptools <= 39.1.0',
     'tensorboard >= 1.8.0, < 1.9.0',
     'termcolor >= 1.1.0',
 ]