Fix SOM py >= 3.11

This commit is contained in:
f-trycua
2025-04-15 15:42:40 -07:00
parent c2f01fcdaf
commit bad634a6bd
2 changed files with 4 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ dependencies = [
"typing-extensions>=4.9.0",
"pydantic>=2.6.3"
]
requires-python = ">=3.11"
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}
keywords = ["computer-vision", "ocr", "ui-analysis", "icon-detection"]