Skip to content

Commit d175b24

Browse files
committed
Revert "Amend numpy-version for test matrix"
This reverts commit 2fa4e49.
1 parent 2fa4e49 commit d175b24

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ jobs:
1010
tests:
1111
strategy:
1212
fail-fast: true
13-
matrix: # See pyproject.toml
13+
matrix:
1414
python-version: ["3.10", "3.11", "3.12"]
1515
numpy-version:
16-
- "numpy>=2.0.0,<2.2.0" # 23-Jan-2026 Colab uses 2.0.2
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
1720
runs-on: ubuntu-latest
1821

1922
steps:

0 commit comments

Comments
 (0)