File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165          gcloud compute tpus tpu-vm list 
166166
167167       - name : Upload coverage to Codecov 
168-         uses : codecov/codecov-action@v4  
168+         uses : codecov/codecov-action@v5  
169169        continue-on-error : true 
170170        with :
171171          token : ${{ secrets.CODECOV_TOKEN }} 
Original file line number Diff line number Diff line change 1- pytest ==8.4.0 
1+ pytest ==8.4.1 
22pytest-doctestplus ==1.4.0
Original file line number Diff line number Diff line change 11coverage ==7.9.1
22numpy >=1.17.2, <1.27.0
3- pytest ==8.4.0 
3+ pytest ==8.4.1 
44pytest-cov ==6.2.1
55pytest-timeout ==2.4.0
66pytest-rerunfailures ==15.1
7- pytest-random-order ==1.1.1 
7+ pytest-random-order ==1.2.0 
88click ==8.1.8
99tensorboardX >=2.2, <2.7.0  # min version is set by torch.onnx missing attribute
Original file line number Diff line number Diff line change 11coverage ==7.9.1
2- pytest ==8.4.0 
2+ pytest ==8.4.1 
33pytest-cov ==6.2.1
44pytest-timeout ==2.4.0
55pytest-rerunfailures ==15.1
6- pytest-random-order ==1.1.1 
6+ pytest-random-order ==1.2.0 
77
88# needed in tests
99cloudpickle >=1.3, <3.2.0
Original file line number Diff line number Diff line change 1- mypy==1.16.0 
1+ mypy==1.16.1 
22torch==2.7.1
33
44types-Markdown
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments