mirror of
https://github.com/trycua/computer.git
synced 2026-05-12 11:29:41 -05:00
Merge pull request #348 from jamesmurdza/fix/pyproject-dependencies
Fix root project build
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
"""Core functionality shared across Cua components."""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.8"
|
||||
|
||||
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
|
||||
|
||||
[project]
|
||||
name = "cua-core"
|
||||
version = "0.1.0"
|
||||
version = "0.1.8"
|
||||
description = "Core functionality for Cua including telemetry and shared utilities"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
||||
+4
-1
@@ -9,7 +9,7 @@ description = "CUA (Computer Use Agent) mono-repo"
|
||||
license = { text = "MIT" }
|
||||
name = "cua-workspace"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
requires-python = ">=3.12"
|
||||
version = "0.1.0"
|
||||
|
||||
[project.urls]
|
||||
@@ -51,6 +51,9 @@ test = [
|
||||
[tool.pdm.resolution]
|
||||
respect-source-order = true
|
||||
|
||||
[tool.pdm.resolution.overrides]
|
||||
hud-python = "0.2.10"
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
target-version = ["py311"]
|
||||
|
||||
Reference in New Issue
Block a user