Delete the direct tensorflow-probability.

PiperOrigin-RevId: 428020273
This commit is contained in:
Michael Reneer 2022-02-11 09:28:25 -08:00 committed by A. Unique TensorFlower
parent 9d59eabd40
commit 823aacb315
2 changed files with 0 additions and 2 deletions

View file

@ -9,5 +9,4 @@ 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,7 +37,6 @@ 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