Skip to content

Commit 6e8071f

Browse files
committed
Remove unused dask distributed dependency
1 parent cc01210 commit 6e8071f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/scripts/upstream_install.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def install_deps() -> None:
1515
)
1616
upstream_deps = (
1717
"git+https://github.com/dask/dask.git#egg=dask[array,dataframe]",
18-
"git+https://github.com/dask/distributed.git#egg=distributed",
1918
"git+https://github.com/pandas-dev/pandas#egg=pandas",
2019
"git+https://github.com/pangeo-data/rechunker.git#egg=rechunker",
2120
"git+https://github.com/pydata/xarray.git#egg=xarray",

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ dependencies = [
2525
"numpy < 2.2",
2626
"xarray < 2025.03.1",
2727
"dask[array,dataframe] >= 2022.01.0, <= 2024.8.0",
28-
"distributed >= 2022.01.0, <= 2024.8.0",
2928
"scipy < 1.16",
3029
"zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3",
3130
"numba",

requirements-numpy1.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
numpy < 2
22
xarray < 2025.03.1
33
dask[array,dataframe] >= 2023.01.0, <= 2024.8.0
4-
distributed >= 2023.01.0, <= 2024.8.0
54
scipy < 1.16
65
typing-extensions
76
numba

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
numpy < 2.2
22
xarray < 2025.03.1
33
dask[array,dataframe] >= 2023.01.0, <= 2024.8.0
4-
distributed >= 2023.01.0, <= 2024.8.0
54
scipy < 1.16
65
typing-extensions
76
numba

0 commit comments

Comments
 (0)