Skip to content

Commit

Permalink
Fix bazel mod graph error
Browse files Browse the repository at this point in the history
  • Loading branch information
tongke6 committed Feb 26, 2025
1 parent a72a806 commit af7cc0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local_path_override(
)

bazel_dep(name = "psi", version = "0.6.0.dev250123")
bazel_dep(name = "yacl", version = "20241212.0-871832a")
bazel_dep(name = "yacl", version = "0.4.5b10-nightly-20250110")
bazel_dep(name = "grpc", version = "1.66.0.bcr.3")
single_version_override(
module_name = "grpc",
Expand Down
2 changes: 1 addition & 1 deletion src/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ use_repo(llvm, "llvm-project")

bazel_dep(name = "stablehlo", version = "20240808.0-24d1807")
bazel_dep(name = "xla", version = "20240814.0-64bdcc5")
bazel_dep(name = "yacl", version = "20241212.0-871832a")
bazel_dep(name = "yacl", version = "0.4.5b10-nightly-20250110")

spu_dependencies = use_extension("//bazel:defs.bzl", "non_module_dependencies")
use_repo(spu_dependencies, "xtensor")
Expand Down

0 comments on commit af7cc0e

Please # to comment.