Update the setup.py
to match the requirements.txt
.
PiperOrigin-RevId: 471128177
This commit is contained in:
parent
ed73077b60
commit
628e5bb926
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue