mirror of
https://github.com/trycua/computer.git
synced 2025-12-31 10:29:59 -06:00
Updated license of cua-som and cua-agent[omni]
This commit is contained in:
@@ -30,7 +30,6 @@ requires-python = ">=3.12"
|
||||
openai = []
|
||||
anthropic = []
|
||||
omni = [
|
||||
"ultralytics>=8.0.0",
|
||||
"cua-som>=0.1.0,<0.2.0",
|
||||
]
|
||||
uitars = []
|
||||
@@ -58,9 +57,6 @@ hud = [
|
||||
"hud-python>=0.4.12,<0.5.0",
|
||||
]
|
||||
all = [
|
||||
# omni requirements
|
||||
"ultralytics>=8.0.0",
|
||||
"cua-som>=0.1.0,<0.2.0",
|
||||
# uitars requirements
|
||||
"mlx-vlm>=0.1.27; sys_platform == 'darwin'",
|
||||
"accelerate",
|
||||
|
||||
@@ -26,12 +26,12 @@ dependencies = [
|
||||
]
|
||||
requires-python = ">=3.11"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
license = {text = "AGPL-3.0-or-later"}
|
||||
keywords = ["computer-vision", "ocr", "ui-analysis", "icon-detection"]
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||
|
||||
Reference in New Issue
Block a user