File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ commands2 = ["robotpy-commands-v2"]
3535
3636cscore  = [" robotpy-cscore"  , " numpy"  , " robotpy-opencv"  ]
3737
38- #   navx = ["robotpy-navx"]
38+ navx  = [" robotpy-navx"  ]
3939
40- #   pathplannerlib = ["robotpy-pathplannerlib"]
40+ pathplannerlib  = [" robotpy-pathplannerlib"  ]
4141
4242#  photonvision = ["photonlibpy"]
4343
@@ -162,11 +162,11 @@ constraint = "python_version >= '3.12' and platform_machine != 'armv7l' and plat
162162
163163[tool .meta .packages ."robotpy-navx" ]
164164max_version  = " 2026.0.0" 
165- min_version  = " 2025.0.0b3 " 
165+ min_version  = " 2025.0.0 " 
166166
167167[tool .meta .packages ."robotpy-pathplannerlib" ]
168168max_version  = " 2026.0.0" 
169- min_version  = " 2025.0.0b1 " 
169+ min_version  = " 2025.1.1 " 
170170#  depends on numpy 2.1.2 which depends on python 3.11+, and crossenv can't
171171#  install numpy for arm/aarch64
172172constraint  = " python_version >= '3.10' and platform_machine != 'armv7l' and platform_machine != 'aarch64'" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments