diff --git a/.github/scripts/upstream_install.py b/.github/scripts/upstream_install.py index 334795790..87f989d7d 100644 --- a/.github/scripts/upstream_install.py +++ b/.github/scripts/upstream_install.py @@ -14,7 +14,7 @@ def install_deps() -> None: "--upgrade", ) upstream_deps = ( - "git+https://github.com/dask/dask.git#egg=dask[array]", + "git+https://github.com/dask/dask.git#egg=dask[array,dataframe]", "git+https://github.com/dask/distributed.git#egg=distributed", "git+https://github.com/dask/dask-ml.git#egg=dask-ml", "git+https://github.com/pandas-dev/pandas#egg=pandas", diff --git a/requirements.txt b/requirements.txt index dcc24d89b..db170a79f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy < 2 xarray -dask[array] >= 2023.01.0, <= 2024.8.0 +dask[array,dataframe] >= 2023.01.0, <= 2024.8.0 distributed >= 2023.01.0, <= 2024.8.0 dask-ml scipy diff --git a/setup.cfg b/setup.cfg index 0c35d2151..481a1c928 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ python_requires = >=3.9 install_requires = numpy < 2 xarray - dask[array] >= 2022.01.0, <= 2024.8.0 + dask[array,dataframe] >= 2022.01.0, <= 2024.8.0 distributed >= 2022.01.0, <= 2024.8.0 dask-ml scipy