Skip to content

Commit 3ef66ca

Browse files
committed
fix(ci): add numpy to dev dependencies so RL tests run in CI
CI installs with pip install -e '.[dev]' — numpy was only in [rl] extras so all test_rl/* tests failed with ModuleNotFoundError on every platform. Made-with: Cursor
1 parent 6735909 commit 3ef66ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dev = [
4242
"pytest>=8.0.0",
4343
"pytest-cov>=5.0.0",
4444
"ruff>=0.5.0",
45+
"numpy>=1.24.0",
4546
]
4647
enrich = [
4748
# AI post-processing of interview answers -- requires ANTHROPIC_API_KEY

0 commit comments

Comments
 (0)