We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9447df commit ea701bcCopy full SHA for ea701bc
bazel/repositories.bzl
@@ -40,10 +40,10 @@ def _yacl():
40
http_archive,
41
name = "yacl",
42
urls = [
43
- "https://github.com/secretflow/yacl/archive/refs/tags/0.4.3b1.tar.gz",
+ "https://github.com/secretflow/yacl/archive/refs/tags/0.4.4b0.tar.gz",
44
],
45
- strip_prefix = "yacl-0.4.3b1",
46
- sha256 = "e22a1ca88a97d4709fb08051d4f756c3bb581ff74f93e01f9eb4bb52dd694b19",
+ strip_prefix = "yacl-0.4.4b0",
+ sha256 = "58001c4472a736a5486f9b70b1c81a84c64807f03fadcf2040e4a7d77f310b5d",
47
)
48
49
def _libpsi():
requirements.txt
@@ -1,6 +1,6 @@
1
grpcio>=1.42.0,!=1.48.0
2
numpy>=1.22.0
3
-protobuf>=3.19, <4
+protobuf>=4, <5
4
cloudpickle>=2.0.0
5
multiprocess>=0.70.12.2
6
cachetools>=5.0.0
0 commit comments