File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ http_archive(
1717 # ... but PR1166 not yet merged. nkey0's workaround hardcoding triton and torch
1818 "//bzl/patches:nkey0-circulardeps.patch" , # https://github.com/bazelbuild/rules_python/pull/1166#issuecomment-1701230930
1919 ],
20- sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036 " ,
21- strip_prefix = "rules_python-0.25 .0" ,
22- url = "https://github.com/bazelbuild/rules_python/releases/download/0.25 .0/rules_python-0.25 .0.tar.gz" ,
20+ sha256 = "f609f341d6e9090b981b3f45324d05a819fd7a5a56434f849c761971ce2c47da " ,
21+ strip_prefix = "rules_python-1.7 .0" ,
22+ url = "https://github.com/bazelbuild/rules_python/releases/download/1.7 .0/rules_python-1.7 .0.tar.gz" ,
2323)
2424
2525load ("@rules_python//python:repositories.bzl" , "py_repositories" , "python_register_toolchains" )
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ def dependencies():
3232 # ... but PR1166 not yet merged. nkey0's workaround hardcoding triton and torch
3333 "@rules_ai//bzl/patches:nkey0-circulardeps.patch" , # https://github.com/bazelbuild/rules_python/pull/1166#issuecomment-1701230930
3434 ],
35- sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036 " ,
36- strip_prefix = "rules_python-0.25 .0" ,
37- url = "https://github.com/bazelbuild/rules_python/releases/download/0.25 .0/rules_python-0.25 .0.tar.gz" ,
35+ sha256 = "f609f341d6e9090b981b3f45324d05a819fd7a5a56434f849c761971ce2c47da " ,
36+ strip_prefix = "rules_python-1.7 .0" ,
37+ url = "https://github.com/bazelbuild/rules_python/releases/download/1.7 .0/rules_python-1.7 .0.tar.gz" ,
3838 )
3939
You can’t perform that action at this time.
0 commit comments