From 1b1c0b65d97ed37d961c907c28d5ab192326c8f7 Mon Sep 17 00:00:00 2001 From: Steve Chien Date: Wed, 14 Feb 2024 11:56:43 -0800 Subject: [PATCH] In setup_empirical.py, increase version of required tensorflow-privacy package to 0.9.0. PiperOrigin-RevId: 607060540 --- setup_empirical.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_empirical.py b/setup_empirical.py index 65e9d60..7eed770 100644 --- a/setup_empirical.py +++ b/setup_empirical.py @@ -44,7 +44,7 @@ setuptools.setup( 'scipy~=1.9', 'statsmodels==0.14.0', 'tensorflow~=2.4', - 'tensorflow-privacy>=0.8.12', + 'tensorflow-privacy>=0.9.0', 'tf-models-official~=2.13', ], python_requires='>=3.9.0,<3.12',