We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d5489 commit 300bd1aCopy full SHA for 300bd1a
MODULE.bazel
@@ -56,8 +56,8 @@ http_archive(
56
57
http_archive(
58
name = "xtensor",
59
- sha256 = "627705b29d2d9395d36cc233f88a2fcb32b544460a53b5deddc886a6346d80dd",
60
- strip_prefix = "xtensor-master",
61
- urls = ["https://github.com/xtensor-stack/xtensor/archive/refs/heads/master.zip"],
+ sha256 = "a7d31716ee0d0d82f33c70976e0ec52a78bbbc3e337a51d58da76d8af224ebf9",
+ strip_prefix = "xtensor-0.25.0",
+ urls = ["https://github.com/xtensor-stack/xtensor/archive/refs/tags/0.25.0.zip"],
62
build_file = "//third_party:xtensor.bazel",
63
)
0 commit comments