We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a9c049 commit 2fa4e49Copy full SHA for 2fa4e49
1 file changed
.github/workflows/tests.yml
@@ -10,13 +10,10 @@ jobs:
10
tests:
11
strategy:
12
fail-fast: true
13
- matrix:
+ matrix: # See pyproject.toml
14
python-version: ["3.10", "3.11", "3.12"]
15
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
+ - "numpy>=2.0.0,<2.2.0" # 23-Jan-2026 Colab uses 2.0.2
20
runs-on: ubuntu-latest
21
22
steps:
0 commit comments