mirror of
https://github.com/trycua/computer.git
synced 2026-05-11 19:12:35 -05:00
Dependency fix
This commit is contained in:
@@ -19,7 +19,7 @@ dependencies = [
|
||||
"pydantic>=2.6.4,<3.0.0",
|
||||
"rich>=13.7.1,<14.0.0",
|
||||
"python-dotenv>=1.0.1,<2.0.0",
|
||||
"cua-computer>=0.1.0,<0.2.0",
|
||||
"cua-computer>=0.2.0,<0.3.0",
|
||||
"cua-core>=0.1.0,<0.2.0",
|
||||
"certifi>=2024.2.2"
|
||||
]
|
||||
|
||||
@@ -13,8 +13,8 @@ authors = [
|
||||
]
|
||||
dependencies = [
|
||||
"mcp>=1.6.0,<2.0.0",
|
||||
"cua-agent[all]>=0.1.0,<0.2.0",
|
||||
"cua-computer>=0.1.0,<0.2.0",
|
||||
"cua-agent[all]>=0.2.0,<0.3.0",
|
||||
"cua-computer>=0.2.0,<0.3.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user