File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ git_repository(
15
15
tag = "0.5.0" ,
16
16
)
17
17
18
- dp_lib_commit = "802db81af4f5efb69df784efb3ba90833fba7246 "
19
- dp_lib_tar_sha256 = "721121d92c4c4e239d027a4201f4ceb27c36b39a2987c8b13ce2dc5260fb51eb "
18
+ dp_lib_commit = "ab98ce4d4e41bf420198b2284a75d6a7dd4e9044 "
19
+ dp_lib_tar_sha256 = "314d7b0938e6a6b425d449c219237f0367cb44f649b2614497799618f3b4660e "
20
20
dp_lib_url = "https://github.com/google/differential-privacy/archive/" + dp_lib_commit + ".tar.gz"
21
21
22
22
http_archive (
Original file line number Diff line number Diff line change 20
20
# information. In this case, use the equivalent clause `>=x.0,==x.*` instead of
21
21
# `~=x.0`.
22
22
23
-
24
23
absl-py >= 1.0 ,== 1.*
25
24
attrs ~= 21.4
26
25
dm-tree == 0.1.7
27
- dp-accounting == 0.1.2
26
+ dp-accounting == 0.3.0
28
27
matplotlib ~= 3.3
29
28
mpmath ~= 1.2
30
- numpy ~= 1.23
29
+ numpy ~= 1.21
31
30
pandas ~= 1.4
32
31
scikit-learn >= 1.0 ,== 1.*
33
32
scipy ~= 1.7
Original file line number Diff line number Diff line change 30
30
'absl-py~=1.0' ,
31
31
'attrs~=21.4' ,
32
32
'dm-tree==0.1.7' ,
33
- 'dp-accounting==0.1.2 ' ,
33
+ 'dp-accounting==0.3.0 ' ,
34
34
'matplotlib~=3.3' ,
35
- 'numpy~=1.23 ' ,
35
+ 'numpy~=1.21 ' ,
36
36
'pandas~=1.4' ,
37
37
'scikit-learn~=1.0' ,
38
38
'scipy~=1.7' ,
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
"""TensorFlow Privacy version."""
15
15
16
- __version__ = '0.8.5 '
16
+ __version__ = '0.8.6 '
You can’t perform that action at this time.
0 commit comments