Skip to content

Commit a57633c

Browse files
authored
pin array-api-strict<=2.1 (#9751)
* pin array-api-strict<=2.1.1 * pin array-api-strict<=2.1 * pin array-api-strict<=2.1
1 parent 9b632fd commit a57633c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/requirements/all-but-dask.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- nodefaults
55
dependencies:
66
- aiobotocore
7-
- array-api-strict
7+
- array-api-strict<=2.1
88
- boto3
99
- bottleneck
1010
- cartopy

ci/requirements/all-but-numba.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
# Pin a "very new numpy" (updated Sept 24, 2024)
77
- numpy>=2.1.1
88
- aiobotocore
9-
- array-api-strict
9+
- array-api-strict<=2.1
1010
- boto3
1111
- bottleneck
1212
- cartopy

ci/requirements/environment-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: xarray-tests
22
channels:
33
- conda-forge
44
dependencies:
5-
- array-api-strict
5+
- array-api-strict<=2.1
66
- boto3
77
- bottleneck
88
- cartopy

ci/requirements/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- nodefaults
55
dependencies:
66
- aiobotocore
7-
- array-api-strict
7+
- array-api-strict<=2.1
88
- boto3
99
- bottleneck
1010
- cartopy

0 commit comments

Comments
 (0)