Install numpy for Python API tests
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 31519fd..81e421c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -134,8 +134,8 @@
         with:
           python-version: '3.12'
 
-      - name: Install maturin
-        run: pip install maturin
+      - name: Install Python build/test dependencies
+        run: pip install maturin numpy
 
       - name: Test Python API
         run: cargo test --manifest-path python/Cargo.toml --no-default-features --features auto-initialize