Skip to content

Commit

Permalink
Update version to 0.5.1, and add dependence on tensorflow-estimator.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 329822203
  • Loading branch information
schien1729 authored and tensorflower-gardener committed Sep 3, 2020
1 parent f677c9c commit 8d89ef0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tensorflow>=1.14
tensorflow-estimator>=2.3.0
mpmath
scipy>=0.17
dm-tree~=0.1.1
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@

setup(
name='tensorflow_privacy',
version='0.5.0',
version='0.5.1',
url='https://github.com/tensorflow/privacy',
license='Apache-2.0',
install_requires=[
'scipy>=0.17',
'tensorflow-estimator>=2.3.0', # for DP versions of estimator.
'mpmath', # used in tests only
'dm-tree~=0.1.1', # used in tests only
],
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_privacy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
"""TensorFlow Privacy version."""

__version__ = '0.5.0'
__version__ = '0.5.1'

0 comments on commit 8d89ef0

Please sign in to comment.