Skip to content

Commit 38f970d

Browse files
committed
Revert "fix: local build (#1205)"
This reverts commit 01de33d.
1 parent ee175df commit 38f970d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ http_archive(
1919
urls = ["https://github.com/EnzymeAD/Enzyme-JAX/archive/{commit}.tar.gz".format(commit = ENZYMEXLA_COMMIT)],
2020
)
2121

22+
23+
http_archive(
24+
name = "rules_python",
25+
sha256 = "778aaeab3e6cfd56d681c89f5c10d7ad6bf8d2f1a72de9de55b23081b2d31618",
26+
strip_prefix = "rules_python-0.34.0",
27+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.34.0/rules_python-0.34.0.tar.gz",
28+
)
29+
2230
# Hedron's Compile Commands Extractor for Bazel
2331
# https://github.com/hedronvision/bazel-compile-commands-extractor
2432
http_archive(
@@ -146,7 +154,7 @@ python_init_repositories(
146154
"3.13": "//build:requirements_lock_3_13.txt",
147155
},
148156
)
149-
157+
150158
load("@xla//third_party/py:python_init_toolchains.bzl", "python_init_toolchains")
151159
python_init_toolchains()
152160
#

0 commit comments

Comments
 (0)