File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ http_archive(
19
19
urls = ["https://github.com/EnzymeAD/Enzyme-JAX/archive/{commit}.tar.gz" .format (commit = ENZYMEXLA_COMMIT )],
20
20
)
21
21
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
+
22
30
# Hedron's Compile Commands Extractor for Bazel
23
31
# https://github.com/hedronvision/bazel-compile-commands-extractor
24
32
http_archive (
@@ -146,7 +154,7 @@ python_init_repositories(
146
154
"3.13" : "//build:requirements_lock_3_13.txt" ,
147
155
},
148
156
)
149
-
157
+
150
158
load ("@xla//third_party/py:python_init_toolchains.bzl" , "python_init_toolchains" )
151
159
python_init_toolchains ()
152
160
#
You can’t perform that action at this time.
0 commit comments