Correct discrepancy between tensorflow-probability versions in requirements.txt vs setup.py.

PiperOrigin-RevId: 467326193
This commit is contained in:
Galen Andrew 2022-08-12 17:04:29 -07:00 committed by A. Unique TensorFlower
parent 5a9866726d
commit 8a449aaa27
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ setup(
'scipy~=1.7.1',
'tensorflow-datasets~=4.5.2',
'tensorflow-estimator~=2.4',
'tensorflow-probability~=0.15.0',
'tensorflow-probability~=0.15',
'tensorflow~=2.4',
],
packages=find_packages())

View file

@ -13,4 +13,4 @@
# limitations under the License.
"""TensorFlow Privacy version."""
__version__ = '0.8.3'
__version__ = '0.8.4'