Update to the latest version of tensorflow-probablity
.
PiperOrigin-RevId: 572283525
This commit is contained in:
parent
43bfbc0af1
commit
0eea97f220
2 changed files with 2 additions and 2 deletions
|
@ -35,6 +35,6 @@ scipy~=1.9
|
|||
statsmodels~=0.13
|
||||
tensorflow-datasets~=4.5
|
||||
tensorflow-estimator~=2.4
|
||||
tensorflow-probability~=0.20.0
|
||||
tensorflow-probability~=0.22.0
|
||||
tensorflow~=2.4
|
||||
tf-models-official~=2.13
|
||||
|
|
2
setup.py
2
setup.py
|
@ -42,7 +42,7 @@ setup(
|
|||
'statsmodels~=0.13',
|
||||
'tensorflow-datasets~=4.5',
|
||||
'tensorflow-estimator~=2.4',
|
||||
'tensorflow-probability~=0.20.0',
|
||||
'tensorflow-probability~=0.22.0',
|
||||
'tensorflow~=2.4',
|
||||
'tf-models-official~=2.13',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue