File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,4 @@ pip.parse(
2828    requirements_lock  =  "requirements.txt" ,
2929    # enable_implicit_namespace_pkgs = False, 
3030)
31- 
3231use_repo (pip , "pypi" )
Original file line number Diff line number Diff line change 22
33import  jax 
44import  mujoco 
5+ 
56# `mjx` does not work because "it's a prefix of the other." 
67# from mujoco import mjx 
78import  nvidia 
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ def _copy_file_to_dir_impl(ctx):
1616copy_file_to_dir  =  rule (
1717    implementation  =  _copy_file_to_dir_impl ,
1818    attrs  =  {
19+         "out_dir" : attr .string (mandatory  =  True ),
1920        "src" : attr .label (
2021            allow_single_file  =  True ,
2122            mandatory  =  True ,
2223        ),
23-         "out_dir" : attr .string (mandatory  =  True ),
2424    },
2525)
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments