Skip to content

Commit

Permalink
Removing duplicate six requirement in setup.py.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 275549971
Change-Id: I7f42d74c4833009c0542c1a09d688ccd63083183
  • Loading branch information
hyeygit authored and tensorflower-gardener committed Oct 18, 2019
1 parent 26416a3 commit f9ccd02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
'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',
Expand Down

0 comments on commit f9ccd02

Please sign in to comment.