Update to use new Google differential privacy gethub commit.
PiperOrigin-RevId: 452616485
This commit is contained in:
parent
222c688210
commit
97f5c2fdfb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ git_repository(
|
|||
git_repository(
|
||||
name = "com_google_differential_py",
|
||||
remote = "https://github.com/google/differential-privacy.git",
|
||||
commit = "025111e75114a96b8d54ba88e483a2b0f99a2954",
|
||||
commit = "5e7cf28bf55ebac52fc65419364388c33ebc01a4",
|
||||
)
|
||||
|
||||
# This is a workaround until the @com_google_differential_py WORKSPACE declares
|
||||
|
|
Loading…
Reference in a new issue