Skip to content

Commit 0ad8e00

Browse files
committed
👷 remove numpy<2 from the integration testing matrix
1 parent fb00a59 commit 0ad8e00

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
strategy:
7171
fail-fast: false
7272
matrix:
73-
numpy-version: ["1.25.0", "1.25.2", "1.26.4", "2.0.2", "2.1.3", "2.2.6", "2.3.1"]
73+
# numpy<2 does not support the array api
74+
numpy-version: ["2.0.0", "2.1.3", "2.2.6", "2.3.1"]
7475

7576
steps:
7677
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -93,4 +94,6 @@ jobs:
9394
9495
# TODO: (based)pyright
9596

96-
# TODO: integration tests for other libs
97+
# TODO: integration tests for array-api-compat + numpy<2
98+
# TODO: integration tests for array-api-strict
99+
# TODO: integration tests for 3rd party libs such as cupy, pytorch, tensorflow, dask, etc.

0 commit comments

Comments
 (0)