forked from 626_privacy/tensorflow_privacy
Sort TensorFlow Privacy requirements and required dependencies.
Sorting alphabetically this can help keep these lists maintained, in sync, and current. PiperOrigin-RevId: 424433354
This commit is contained in:
parent
28dbbbb9e5
commit
75f88f8120
2 changed files with 9 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
||||||
tensorflow>=1.14
|
|
||||||
scipy>=0.17
|
|
||||||
tensorflow-estimator>=2.3.0
|
|
||||||
attrs>=21.2.0
|
attrs>=21.2.0
|
||||||
mpmath
|
|
||||||
dm-tree~=0.1.1
|
dm-tree~=0.1.1
|
||||||
tensorflow-probability>=0.13.0
|
mpmath
|
||||||
|
scipy>=0.17
|
||||||
tensorflow-datasets>=4.4.0
|
tensorflow-datasets>=4.4.0
|
||||||
|
tensorflow-estimator>=2.3.0
|
||||||
|
tensorflow-probability>=0.13.0
|
||||||
|
tensorflow>=1.14
|
||||||
|
|
8
setup.py
8
setup.py
|
@ -21,13 +21,13 @@ setup(
|
||||||
url='https://github.com/tensorflow/privacy',
|
url='https://github.com/tensorflow/privacy',
|
||||||
license='Apache-2.0',
|
license='Apache-2.0',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'scipy>=0.17',
|
|
||||||
'tensorflow-estimator>=2.3.0', # for DP versions of estimator.
|
|
||||||
'attrs>=21.2.0', # for tree_aggregation_query.py.
|
'attrs>=21.2.0', # for tree_aggregation_query.py.
|
||||||
'mpmath', # used in tests only
|
|
||||||
'dm-tree~=0.1.1', # used in tests only
|
'dm-tree~=0.1.1', # used in tests only
|
||||||
|
'mpmath', # used in tests only
|
||||||
|
'scipy>=0.17',
|
||||||
|
'tensorflow-datasets>=4.4.0',
|
||||||
|
'tensorflow-estimator>=2.3.0', # for DP versions of estimator.
|
||||||
'tensorflow-probability>=0.13.0', # For discrete Gaussian.
|
'tensorflow-probability>=0.13.0', # For discrete Gaussian.
|
||||||
'tensorflow-datasets>=4.4.0'
|
|
||||||
],
|
],
|
||||||
# Explicit dependence on TensorFlow is not supported.
|
# Explicit dependence on TensorFlow is not supported.
|
||||||
# See https://github.com/tensorflow/tensorflow/issues/7166
|
# See https://github.com/tensorflow/tensorflow/issues/7166
|
||||||
|
|
Loading…
Reference in a new issue