forked from 626_privacy/tensorflow_privacy
Add attrs to setup and requirements.
PiperOrigin-RevId: 382121530
This commit is contained in:
parent
392c506c62
commit
94f03d09f3
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
tensorflow>=1.14
|
tensorflow>=1.14
|
||||||
tensorflow-estimator>=2.3.0
|
|
||||||
mpmath
|
|
||||||
scipy>=0.17
|
scipy>=0.17
|
||||||
|
tensorflow-estimator>=2.3.0
|
||||||
|
attrs>=21.2.0
|
||||||
|
mpmath
|
||||||
dm-tree~=0.1.1
|
dm-tree~=0.1.1
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -23,6 +23,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'scipy>=0.17',
|
'scipy>=0.17',
|
||||||
'tensorflow-estimator>=2.3.0', # for DP versions of estimator.
|
'tensorflow-estimator>=2.3.0', # for DP versions of estimator.
|
||||||
|
'attrs>=21.2.0', # for tree_aggregation_query.py.
|
||||||
'mpmath', # used in tests only
|
'mpmath', # used in tests only
|
||||||
'dm-tree~=0.1.1', # used in tests only
|
'dm-tree~=0.1.1', # used in tests only
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue