Add dependency on tensorflow probability.
PiperOrigin-RevId: 389962756
This commit is contained in:
parent
dad4ff0a58
commit
fbaa55cc43
2 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,4 @@ tensorflow-estimator>=2.3.0
|
||||||
attrs>=21.2.0
|
attrs>=21.2.0
|
||||||
mpmath
|
mpmath
|
||||||
dm-tree~=0.1.1
|
dm-tree~=0.1.1
|
||||||
|
tensorflow-probability>=0.13.0
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -26,6 +26,7 @@ setup(
|
||||||
'attrs>=21.2.0', # for tree_aggregation_query.py.
|
'attrs>=21.2.0', # for tree_aggregation_query.py.
|
||||||
'mpmath', # used in tests only
|
'mpmath', # used in tests only
|
||||||
'dm-tree~=0.1.1', # used in tests only
|
'dm-tree~=0.1.1', # used in tests only
|
||||||
|
'tensorflow-probability>=0.13.0', # For discrete Gaussian.
|
||||||
],
|
],
|
||||||
# Explicit dependence on TensorFlow is not supported.
|
# Explicit dependence on TensorFlow is not supported.
|
||||||
# See https://github.com/tensorflow/tensorflow/issues/7166
|
# See https://github.com/tensorflow/tensorflow/issues/7166
|
||||||
|
|
Loading…
Reference in a new issue