Skip to content

Commit

Permalink
Update tensorflow-probability version to 0.20.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 533550592
  • Loading branch information
schien1729 authored and tensorflower-gardener committed May 19, 2023
1 parent 0f5acf8 commit 60d237b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ scipy~=1.7
statsmodels~=0.13
tensorflow-datasets~=4.5
tensorflow-estimator~=2.4
tensorflow-probability==0.15.0
tensorflow-probability~=0.20.0
tensorflow~=2.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'statsmodels~=0.13',
'tensorflow-datasets~=4.5',
'tensorflow-estimator~=2.4',
'tensorflow-probability==0.15.0',
'tensorflow-probability~=0.20.0',
'tensorflow~=2.4',
],
packages=find_packages(),
Expand Down

0 comments on commit 60d237b

Please sign in to comment.