Skip to content

Commit c76728f

Browse files
committed
Unpin xarray and use later minimum dask version
1 parent cc04858 commit c76728f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.8", "3.9"]
17+
python-version: ["3.9"]
1818

1919
steps:
2020
- uses: actions/checkout@v2

requirements-doc.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ matplotlib
88
graphviz
99
seaborn
1010
ablog!=0.10.27
11-
#Pinned due to #934
12-
xarray<=2022.9.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy
22
xarray
3-
dask[array] >= 2022.01.0
4-
distributed >= 2022.01.0
3+
dask[array] >= 2023.01.0
4+
distributed >= 2023.01.0
55
dask-ml
66
scipy
77
typing-extensions

0 commit comments

Comments
 (0)