Skip to content

Commit

Permalink
Update yacl (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Mar 11, 2024
1 parent d9447df commit ea701bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ def _yacl():
http_archive,
name = "yacl",
urls = [
"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",
],
strip_prefix = "yacl-0.4.3b1",
sha256 = "e22a1ca88a97d4709fb08051d4f756c3bb581ff74f93e01f9eb4bb52dd694b19",
strip_prefix = "yacl-0.4.4b0",
sha256 = "58001c4472a736a5486f9b70b1c81a84c64807f03fadcf2040e4a7d77f310b5d",
)

def _libpsi():
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
grpcio>=1.42.0,!=1.48.0
numpy>=1.22.0
protobuf>=3.19, <4
protobuf>=4, <5
cloudpickle>=2.0.0
multiprocess>=0.70.12.2
cachetools>=5.0.0
Expand Down

0 comments on commit ea701bc

Please sign in to comment.