Kevin Hu
		
	commited on
		
		
					Commit 
							
							·
						
						4937da2
	
1
								Parent(s):
							
							80f361f
								
upgrade opencv-python-headless (#2674)
Browse files### What problem does this PR solve?
### Type of change
- [x] Bug Fix (non-breaking change which fixes an issue)
- pyproject.toml +1 -1
    	
        pyproject.toml
    CHANGED
    
    | @@ -57,7 +57,7 @@ ollama = "0.2.1" | |
| 57 | 
             
            onnxruntime = "1.19.2"
         | 
| 58 | 
             
            openai = "1.12.0"
         | 
| 59 | 
             
            opencv-python = "4.10.0.84"
         | 
| 60 | 
            -
            opencv-python-headless = "4. | 
| 61 | 
             
            openpyxl = "3.1.2"
         | 
| 62 | 
             
            ormsgpack = "1.5.0"
         | 
| 63 | 
             
            pandas = "2.2.2"
         | 
|  | |
| 57 | 
             
            onnxruntime = "1.19.2"
         | 
| 58 | 
             
            openai = "1.12.0"
         | 
| 59 | 
             
            opencv-python = "4.10.0.84"
         | 
| 60 | 
            +
            opencv-python-headless = "4.10.0.84"
         | 
| 61 | 
             
            openpyxl = "3.1.2"
         | 
| 62 | 
             
            ormsgpack = "1.5.0"
         | 
| 63 | 
             
            pandas = "2.2.2"
         |