Skip to content

Commit

Permalink
Update protobuf (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc authored Mar 20, 2024
1 parent 7eaebc7 commit 41c45a1
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 @@ -50,10 +50,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.4b1.tar.gz",
],
strip_prefix = "yacl-0.4.3b1",
sha256 = "e22a1ca88a97d4709fb08051d4f756c3bb581ff74f93e01f9eb4bb52dd694b19",
strip_prefix = "yacl-0.4.4b1",
sha256 = "846f40f5e00cfb77427016623b9cb215e5150384a3cc7c663642d995ee7afec9",
)

def _kuscia():
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
grpcio>=1.42.0,!=1.48.0
protobuf>=3.19, <4
protobuf>=4,<5
pyarrow==14.0.2

0 comments on commit 41c45a1

Please sign in to comment.