Skip to content

Commit 6a0374a

Browse files
abrichrclaude
andauthored
fix: add numpy to dev dependencies for CI (#221)
test_workflow_models.py and workflow pipeline import numpy directly. Was transitive via openadapt-ml, now needed as dev dep. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5a219ce commit 6a0374a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ dev = [
5959
"fire>=0.5.0",
6060
# Constrained decoding tests need outlines
6161
"outlines>=0.1.0",
62+
# Required by test_workflow_models and workflow pipeline
63+
"numpy>=1.24.0",
6264
]
6365
waa = [
6466
# Windows Agent Arena dependencies

0 commit comments

Comments
 (0)