From b8369051c8b61c13d0c380d4f8aadd92fcd7a2ef Mon Sep 17 00:00:00 2001 From: Lee <4256466+leehart@users.noreply.github.com> Date: Fri, 23 Jan 2026 09:24:21 +0000 Subject: [PATCH] Amend numpy-version for test matrix --- .github/workflows/tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 942aad738..af371122a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,13 +10,10 @@ jobs: tests: strategy: fail-fast: true - matrix: + matrix: # See pyproject.toml python-version: ["3.10", "3.11", "3.12"] numpy-version: - - "numpy==1.26.4" # current colab version - - "numpy~=2.0" # 2.0 series - # numba (0.60.0) does not yet support numpy 2.1, disable this for now - # - "numpy~=2.1" # 2.1 series + - "numpy>=2.0.0,<2.2.0" # 23-Jan-2026 Colab uses 2.0.2 runs-on: ubuntu-latest steps: