Skip to content

Commit 6be401a

Browse files
abrichrclaude
andcommitted
fix: add oa-atomacos dependency for macOS window capture
oa-atomacos is imported in window/_macos.py but was missing from pyproject.toml, causing ImportError on macOS. The package (OpenAdapt's fork of atomacos) fixes pickle serialization of namedtuples needed for window state capture. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2923138 commit 6be401a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies = [
4141
"pympler>=1.0.0",
4242
"tqdm>=4.0.0",
4343
"numpy>=1.20.0",
44+
"oa-atomacos>=3.2.0; sys_platform == 'darwin'",
4445
]
4546

4647
[project.optional-dependencies]

0 commit comments

Comments
 (0)