From 9710a4acc7173e860f1641ed61ea2cbcf92e6b06 Mon Sep 17 00:00:00 2001 From: Galen Andrew Date: Wed, 26 Apr 2023 14:34:56 -0700 Subject: [PATCH] Bump version and update dependenciesfor pypi release. PiperOrigin-RevId: 527377853 --- requirements.txt | 4 ++-- setup.py | 7 ++++--- tensorflow_privacy/version.py | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 50c009c..b51d6ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,8 +22,8 @@ absl-py>=1.0,==1.* attrs~=21.4 -dm-tree==0.1.7 -dp-accounting==0.3.0 +dm-tree==0.1.8 +dp-accounting==0.4.1 immutabledict~=2.2 matplotlib~=3.3 mpmath~=1.2 diff --git a/setup.py b/setup.py index ab83cc8..9befb55 100644 --- a/setup.py +++ b/setup.py @@ -29,8 +29,8 @@ setup( install_requires=[ 'absl-py>=1.0,==1.*', 'attrs~=21.4', - 'dm-tree==0.1.7', - 'dp-accounting==0.3.0', + 'dm-tree==0.1.8', + 'dp-accounting==0.4.1', 'immutabledict~=2.2', 'matplotlib~=3.3', 'numpy~=1.21', @@ -45,4 +45,5 @@ setup( 'tensorflow-probability==0.15.0', 'tensorflow~=2.4', ], - packages=find_packages()) + packages=find_packages(), +) diff --git a/tensorflow_privacy/version.py b/tensorflow_privacy/version.py index 928b4df..958e1ce 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.8' +__version__ = '0.8.9'