File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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  =  "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304 " ,
21+     strip_prefix  =  "rules_python-1.4 .0" ,
22+     url  =  "https://github.com/bazelbuild/rules_python/releases/download/1.4 .0/rules_python-1.4 .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  =  "a837679f1382f26968c1ee6f839c7daf9079aa53128069a1f2815decaa637304 " ,
36+         strip_prefix  =  "rules_python-1.4 .0" ,
37+         url  =  "https://github.com/bazelbuild/rules_python/releases/download/1.4 .0/rules_python-1.4 .0.tar.gz" ,
3838    )
3939
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments