Skip to content

Commit 02b7fa3

Browse files
author
Amit Patankar
committed
Adding a constraint for the setuptools version.
1 parent fe22be3 commit 02b7fa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
'numpy >= 1.13.3',
5555
'six >= 1.10.0',
5656
'protobuf >= 3.4.0',
57+
'setuptools <= 39.1.0',
5758
'tensorboard >= 1.8.0, < 1.9.0',
5859
'termcolor >= 1.1.0',
5960
]

0 commit comments

Comments
 (0)