Skip to content

Commit 2fa4e49

Browse files
committed
Amend numpy-version for test matrix
1 parent 9a9c049 commit 2fa4e49

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ jobs:
1010
tests:
1111
strategy:
1212
fail-fast: true
13-
matrix:
13+
matrix: # See pyproject.toml
1414
python-version: ["3.10", "3.11", "3.12"]
1515
numpy-version:
16-
- "numpy==1.26.4" # current colab version
17-
- "numpy~=2.0" # 2.0 series
18-
# numba (0.60.0) does not yet support numpy 2.1, disable this for now
19-
# - "numpy~=2.1" # 2.1 series
16+
- "numpy>=2.0.0,<2.2.0" # 23-Jan-2026 Colab uses 2.0.2
2017
runs-on: ubuntu-latest
2118

2219
steps:

0 commit comments

Comments
 (0)