Removing duplicate six requirement in setup.py.

PiperOrigin-RevId: 275549971
Change-Id: I7f42d74c4833009c0542c1a09d688ccd63083183
This commit is contained in:
Hye Soo Yang 2019-10-18 14:46:03 -07:00 committed by TensorFlower Gardener
parent 26416a3b89
commit f9ccd02fb4

View File

@ -60,7 +60,6 @@ REQUIRED_PACKAGES = [
'keras_preprocessing >= 1.0.5',
'numpy >= 1.16.0, < 2.0',
'opt_einsum >= 2.3.2',
'six >= 1.10.0',
'protobuf >= 3.6.1',
'tensorboard >= 2.0.0, < 2.1.0',
'tensorflow_estimator >= 2.0.0, < 2.1.0',