Commit 
							
							·
						
						d805bea
	
1
								Parent(s):
							
							94823db
								
Fix triton-kernels dependency for vLLM nightly
Browse filesAdd explicit triton-kernels dependency from git to resolve vLLM
nightly build dependency resolution issue.
Error was: "Package `triton-kernels` was included as a URL dependency.
URL dependencies must be expressed as direct requirements"
Solution: Add triton-kernels as direct git dependency pointing to
v3.5.0 subdirectory as required by vLLM nightly.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
- lighton-ocr.py +1 -0
    	
        lighton-ocr.py
    CHANGED
    
    | @@ -8,6 +8,7 @@ | |
| 8 | 
             
            #     "tqdm",
         | 
| 9 | 
             
            #     "toolz",
         | 
| 10 | 
             
            #     "torch",
         | 
|  | |
| 11 | 
             
            # ]
         | 
| 12 | 
             
            #
         | 
| 13 | 
             
            # [[tool.uv.index]]
         | 
|  | |
| 8 | 
             
            #     "tqdm",
         | 
| 9 | 
             
            #     "toolz",
         | 
| 10 | 
             
            #     "torch",
         | 
| 11 | 
            +
            #     "triton-kernels @ git+https://github.com/triton-lang/triton.git@v3.5.0#subdirectory=python/triton_kernels",
         | 
| 12 | 
             
            # ]
         | 
| 13 | 
             
            #
         | 
| 14 | 
             
            # [[tool.uv.index]]
         | 

