forked from 626_privacy/tensorflow_privacy
In setup_empirical.py, increase version of required tensorflow-privacy package to 0.9.0.
PiperOrigin-RevId: 607060540
This commit is contained in:
parent
e3b4662d3e
commit
1b1c0b65d9
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue