Update the setup.py to match the requirements.txt.

PiperOrigin-RevId: 471128177
This commit is contained in:
Michael Reneer 2022-08-30 17:16:14 -07:00 committed by A. Unique TensorFlower
parent ed73077b60
commit 628e5bb926

View file

@ -27,14 +27,14 @@ setup(
url='https://github.com/tensorflow/privacy',
license='Apache-2.0',
install_requires=[
'absl-py~=1.0',
'absl-py>=1.0,==1.*',
'attrs~=21.4',
'dm-tree==0.1.7',
'dp-accounting==0.3.0',
'matplotlib~=3.3',
'numpy~=1.21',
'pandas~=1.4',
'scikit-learn~=1.0',
'scikit-learn>=1.0,==1.*',
'scipy~=1.7',
'tensorflow-datasets~=4.5',
'tensorflow-estimator~=2.4',