forked from 626_privacy/tensorflow_privacy
Remove declaration of dependency on tensorflow.
PiperOrigin-RevId: 392683668
This commit is contained in:
parent
ce9e002529
commit
477b5b2899
2 changed files with 2 additions and 3 deletions
3
setup.py
3
setup.py
|
@ -17,11 +17,10 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='tensorflow_privacy',
|
||||
version='0.7.1',
|
||||
version='0.7.2',
|
||||
url='https://github.com/tensorflow/privacy',
|
||||
license='Apache-2.0',
|
||||
install_requires=[
|
||||
'tensorflow>=1.14',
|
||||
'scipy>=0.17',
|
||||
'tensorflow-estimator>=2.3.0', # for DP versions of estimator.
|
||||
'attrs>=21.2.0', # for tree_aggregation_query.py.
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
# limitations under the License.
|
||||
"""TensorFlow Privacy version."""
|
||||
|
||||
__version__ = '0.7.1'
|
||||
__version__ = '0.7.2'
|
||||
|
|
Loading…
Reference in a new issue