Skip to content

Commit ea701bc

Browse files
authored
Update yacl (#598)
1 parent d9447df commit ea701bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bazel/repositories.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ def _yacl():
4040
http_archive,
4141
name = "yacl",
4242
urls = [
43-
"https://github.com/secretflow/yacl/archive/refs/tags/0.4.3b1.tar.gz",
43+
"https://github.com/secretflow/yacl/archive/refs/tags/0.4.4b0.tar.gz",
4444
],
45-
strip_prefix = "yacl-0.4.3b1",
46-
sha256 = "e22a1ca88a97d4709fb08051d4f756c3bb581ff74f93e01f9eb4bb52dd694b19",
45+
strip_prefix = "yacl-0.4.4b0",
46+
sha256 = "58001c4472a736a5486f9b70b1c81a84c64807f03fadcf2040e4a7d77f310b5d",
4747
)
4848

4949
def _libpsi():

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
grpcio>=1.42.0,!=1.48.0
22
numpy>=1.22.0
3-
protobuf>=3.19, <4
3+
protobuf>=4, <5
44
cloudpickle>=2.0.0
55
multiprocess>=0.70.12.2
66
cachetools>=5.0.0

0 commit comments

Comments
 (0)