In setup_empirical.py, increase version of required tensorflow-privacy package to 0.9.0.

PiperOrigin-RevId: 607060540
This commit is contained in:
Steve Chien 2024-02-14 11:56:43 -08:00 committed by A. Unique TensorFlower
parent e3b4662d3e
commit 1b1c0b65d9

View file

@ -44,7 +44,7 @@ setuptools.setup(
'scipy~=1.9', 'scipy~=1.9',
'statsmodels==0.14.0', 'statsmodels==0.14.0',
'tensorflow~=2.4', 'tensorflow~=2.4',
'tensorflow-privacy>=0.8.12', 'tensorflow-privacy>=0.9.0',
'tf-models-official~=2.13', 'tf-models-official~=2.13',
], ],
python_requires='>=3.9.0,<3.12', python_requires='>=3.9.0,<3.12',