Automated rollback of commit 823aacb315

PiperOrigin-RevId: 428022174
This commit is contained in:
Michael Reneer 2022-02-11 09:37:04 -08:00 committed by A. Unique TensorFlower
parent 823aacb315
commit f393322593
2 changed files with 2 additions and 0 deletions

View file

@ -9,4 +9,5 @@ scipy~=1.2.1
sklearn~=1.0.2
tensorflow-datasets>=4.4.0
tensorflow-estimator>=2.3.0
tensorflow-probability>=0.13.0
tensorflow>=1.14

View file

@ -37,6 +37,7 @@ setup(
'sklearn~=1.0.2',
'tensorflow-datasets>=4.4.0',
'tensorflow-estimator>=2.3.0',
'tensorflow-probability>=0.13.0',
],
# Explicit dependence on TensorFlow is not supported.
# See https://github.com/tensorflow/tensorflow/issues/7166