Skip to content

Commit 91962d6

Browse files
authored
unpin array-api-strict, as issues are resolved upstream (#9762)
1 parent c425779 commit 91962d6

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<=2.1
7+
- array-api-strict
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<=2.1
9+
- array-api-strict
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<=2.1
5+
- array-api-strict
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<=2.1
7+
- array-api-strict
88
- boto3
99
- bottleneck
1010
- cartopy

0 commit comments

Comments
 (0)