Skip to content

Commit

Permalink
Update WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Dec 5, 2024
1 parent 2b2cf5e commit 11f0b36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ http_archive(
urls = ["https://github.com/abseil/abseil-py/archive/main.zip"],
)

http_archive(
name = "com_google_protobuf",
sha256 = "3d32940e975c4ad9b8ba69640e78f5527075bae33ca2890275bf26b853c0962c",
strip_prefix = "protobuf-29.1",
url = "https://github.com/protocolbuffers/protobuf/releases/download/v29.1/protobuf-29.1.tar.gz",
)

http_archive(
name = "eigen_archive",
build_file = "@//bazel:eigen.BUILD",
Expand Down

0 comments on commit 11f0b36

Please sign in to comment.