Skip to content

Commit

Permalink
fix psi issue
Browse files Browse the repository at this point in the history
  • Loading branch information
w-gc committed Jan 8, 2025
1 parent 162f105 commit d1d1739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SPU has been tested with the following settings:

- Ubuntu 22.04
- python3.8
- python3.10
- 8c16g

### MacOS
Expand Down
6 changes: 5 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ local_path_override(
)

bazel_dep(name = "psi")

git_override(
module_name = "psi",
commit = "8ead92f1bb10329c7e7e56d541fecb3dcd47ee03",
remote = "https://github.com/secretflow/psi.git",
)

bazel_dep(name = "yacl", version = "20241212.0-871832a")
bazel_dep(name = "grpc", version = "1.66.0.bcr.3")
Expand Down

0 comments on commit d1d1739

Please sign in to comment.