File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ def _parse(
7676        * ,
7777        hub_name ,
7878        python_version ,
79-         _evaluate_markers_srcs  =  [],
8079        add_libdir_to_library_search_path  =  False ,
8180        auth_patterns  =  {},
8281        download_only  =  False ,
@@ -104,7 +103,6 @@ def _parse(
104103        whl_modifications  =  {},
105104        ** kwargs ):
106105    return  struct (
107-         _evaluate_markers_srcs  =  _evaluate_markers_srcs ,
108106        auth_patterns  =  auth_patterns ,
109107        add_libdir_to_library_search_path  =  add_libdir_to_library_search_path ,
110108        download_only  =  download_only ,
@@ -275,14 +273,6 @@ torch==2.4.1 ; platform_machine != 'x86_64' \
275273        available_interpreters  =  {
276274            "python_3_15_host" : "unit_test_interpreter_target" ,
277275        },
278-         evaluate_markers  =  lambda  _ , requirements , ** __ : {
279-             key : [
280-                 platform 
281-                 for  platform  in  platforms 
282-                 if  ("x86_64"  in  platform  and  "platform_machine =="  in  key ) or  ("x86_64"  not  in   platform  and  "platform_machine !="  in  key )
283-             ]
284-             for  key , platforms  in  requirements .items ()
285-         },
286276    )
287277
288278    pypi .is_reproducible ().equals (True )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments