Skip to content

Commit 60d237b

Browse files
schien1729tensorflower-gardener
authored andcommitted
Update tensorflow-probability version to 0.20.0
PiperOrigin-RevId: 533550592
1 parent 0f5acf8 commit 60d237b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ scipy~=1.7
3535
statsmodels~=0.13
3636
tensorflow-datasets~=4.5
3737
tensorflow-estimator~=2.4
38-
tensorflow-probability==0.15.0
38+
tensorflow-probability~=0.20.0
3939
tensorflow~=2.4

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'statsmodels~=0.13',
4343
'tensorflow-datasets~=4.5',
4444
'tensorflow-estimator~=2.4',
45-
'tensorflow-probability==0.15.0',
45+
'tensorflow-probability~=0.20.0',
4646
'tensorflow~=2.4',
4747
],
4848
packages=find_packages(),

0 commit comments

Comments
 (0)