Skip to content

Commit 77a6b45

Browse files
committed
Exclude xarray 2025.03.1 due to rechunker incompatibility
1 parent eef911e commit 77a6b45

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-numpy2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy < 2.1
2-
xarray
2+
xarray < 2025.03.1
33
dask[array,dataframe] >= 2023.01.0, <= 2024.8.0
44
distributed >= 2023.01.0, <= 2024.8.0
55
scipy

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy < 2
2-
xarray
2+
xarray < 2025.03.1
33
dask[array,dataframe] >= 2023.01.0, <= 2024.8.0
44
distributed >= 2023.01.0, <= 2024.8.0
55
scipy

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ include_package_data = True
2828
python_requires = >=3.10
2929
install_requires =
3030
numpy < 2
31-
xarray
31+
xarray < 2025.03.1
3232
dask[array,dataframe] >= 2022.01.0, <= 2024.8.0
3333
distributed >= 2022.01.0, <= 2024.8.0
3434
scipy

0 commit comments

Comments
 (0)