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(
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 "
2020dp_lib_url = "https://github.com/google/differential-privacy/archive/" + dp_lib_commit + ".tar.gz"
2121
2222http_archive (
Original file line number Diff line number Diff line change 2020# information. In this case, use the equivalent clause `>=x.0,==x.*` instead of
2121# `~=x.0`.
2222
23-
2423absl-py >= 1.0 ,== 1.*
2524attrs ~= 21.4
2625dm-tree == 0.1.7
27- dp-accounting == 0.1.2
26+ dp-accounting == 0.3.0
2827matplotlib ~= 3.3
2928mpmath ~= 1.2
30- numpy ~= 1.23
29+ numpy ~= 1.21
3130pandas ~= 1.4
3231scikit-learn >= 1.0 ,== 1.*
3332scipy ~= 1.7
Original file line number Diff line number Diff line change 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' ,
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414"""TensorFlow Privacy version."""
1515
16- __version__ = '0.8.5 '
16+ __version__ = '0.8.6 '
You can’t perform that action at this time.
0 commit comments