Skip to content

Commit ed16033

Browse files
schien1729tensorflower-gardener
authored andcommitted
Update pinned commit of dp-accounting library, update dependency versions, and increase version to 0.8.6.
PiperOrigin-RevId: 470334560
1 parent 9f4fead commit ed16033

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ git_repository(
1515
tag = "0.5.0",
1616
)
1717

18-
dp_lib_commit = "802db81af4f5efb69df784efb3ba90833fba7246"
19-
dp_lib_tar_sha256 = "721121d92c4c4e239d027a4201f4ceb27c36b39a2987c8b13ce2dc5260fb51eb"
18+
dp_lib_commit = "ab98ce4d4e41bf420198b2284a75d6a7dd4e9044"
19+
dp_lib_tar_sha256 = "314d7b0938e6a6b425d449c219237f0367cb44f649b2614497799618f3b4660e"
2020
dp_lib_url = "https://github.com/google/differential-privacy/archive/" + dp_lib_commit + ".tar.gz"
2121

2222
http_archive(

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@
2020
# information. In this case, use the equivalent clause `>=x.0,==x.*` instead of
2121
# `~=x.0`.
2222

23-
2423
absl-py>=1.0,==1.*
2524
attrs~=21.4
2625
dm-tree==0.1.7
27-
dp-accounting==0.1.2
26+
dp-accounting==0.3.0
2827
matplotlib~=3.3
2928
mpmath~=1.2
30-
numpy~=1.23
29+
numpy~=1.21
3130
pandas~=1.4
3231
scikit-learn>=1.0,==1.*
3332
scipy~=1.7

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
'absl-py~=1.0',
3131
'attrs~=21.4',
3232
'dm-tree==0.1.7',
33-
'dp-accounting==0.1.2',
33+
'dp-accounting==0.3.0',
3434
'matplotlib~=3.3',
35-
'numpy~=1.23',
35+
'numpy~=1.21',
3636
'pandas~=1.4',
3737
'scikit-learn~=1.0',
3838
'scipy~=1.7',

tensorflow_privacy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
"""TensorFlow Privacy version."""
1515

16-
__version__ = '0.8.5'
16+
__version__ = '0.8.6'

0 commit comments

Comments
 (0)