From 5a9866726db387b6e7f57c818221e6f3d4ac3cd2 Mon Sep 17 00:00:00 2001 From: Galen Andrew Date: Fri, 12 Aug 2022 08:57:40 -0700 Subject: [PATCH] Change requirements for tensorflow-probability and pandas. PiperOrigin-RevId: 467220343 --- requirements.txt | 4 ++-- tensorflow_privacy/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8d0ee71..64ef53c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,10 +5,10 @@ dp-accounting~=0.1.2 matplotlib~=3.3.4 mpmath~=1.2.1 numpy~=1.21.4 -pandas~=1.1.4 +pandas~=1.4.3 scikit-learn~=1.0.2 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 diff --git a/tensorflow_privacy/version.py b/tensorflow_privacy/version.py index 5351083..a4202fa 100644 --- a/tensorflow_privacy/version.py +++ b/tensorflow_privacy/version.py @@ -13,4 +13,4 @@ # limitations under the License. """TensorFlow Privacy version.""" -__version__ = '0.8.2' +__version__ = '0.8.3'