diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ef75712a2..470e4146a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -64,7 +64,7 @@ repos: - tornado - pyarrow - urllib3 - - git+https://github.com/dask/dask + - git+https://github.com/hendrikmakait/dask@prechunk-p2p-rechunk - git+https://github.com/dask/zict # Increase this value to clear the cache on GitHub actions if nothing else in this file diff --git a/continuous_integration/environment-3.10.yaml b/continuous_integration/environment-3.10.yaml index a3209963dc..86b9b99f33 100644 --- a/continuous_integration/environment-3.10.yaml +++ b/continuous_integration/environment-3.10.yaml @@ -53,7 +53,7 @@ dependencies: # Temporary fix for https://github.com/pypa/setuptools/issues/4496 - setuptools < 71 - pip: - - git+https://github.com/dask/dask + - git+https://github.com/hendrikmakait/dask@prechunk-p2p-rechunk - git+https://github.com/dask-contrib/dask-expr - git+https://github.com/dask/zict - git+https://github.com/dask/crick # Only tested here diff --git a/continuous_integration/environment-3.11.yaml b/continuous_integration/environment-3.11.yaml index dfc2a56be7..f21b7f9692 100644 --- a/continuous_integration/environment-3.11.yaml +++ b/continuous_integration/environment-3.11.yaml @@ -47,7 +47,7 @@ dependencies: # Temporary fix for https://github.com/pypa/setuptools/issues/4496 - setuptools < 71 - pip: - - git+https://github.com/dask/dask + - git+https://github.com/hendrikmakait/dask@prechunk-p2p-rechunk - git+https://github.com/dask-contrib/dask-expr - git+https://github.com/dask/zict # Revert after https://github.com/dask/distributed/issues/8614 is fixed diff --git a/continuous_integration/environment-3.12.yaml b/continuous_integration/environment-3.12.yaml index 39a313d5ef..cacb557ef8 100644 --- a/continuous_integration/environment-3.12.yaml +++ b/continuous_integration/environment-3.12.yaml @@ -47,7 +47,7 @@ dependencies: # Temporary fix for https://github.com/pypa/setuptools/issues/4496 - setuptools < 71 - pip: - - git+https://github.com/dask/dask + - git+https://github.com/hendrikmakait/dask@prechunk-p2p-rechunk - git+https://github.com/dask-contrib/dask-expr - git+https://github.com/dask/zict # Revert after https://github.com/dask/distributed/issues/8614 is fixed diff --git a/continuous_integration/environment-mindeps.yaml b/continuous_integration/environment-mindeps.yaml index 9403ca64b8..67bb2f642d 100644 --- a/continuous_integration/environment-mindeps.yaml +++ b/continuous_integration/environment-mindeps.yaml @@ -23,7 +23,7 @@ dependencies: # Distributed depends on the latest version of Dask - pip - pip: - - git+https://github.com/dask/dask + - git+https://github.com/hendrikmakait/dask@prechunk-p2p-rechunk # test dependencies - pytest - pytest-cov diff --git a/continuous_integration/gpuci/build.sh b/continuous_integration/gpuci/build.sh index ab3bc95c48..45cd4fefc4 100644 --- a/continuous_integration/gpuci/build.sh +++ b/continuous_integration/gpuci/build.sh @@ -44,7 +44,7 @@ rapids-logger "Install distributed" python -m pip install -e . rapids-logger "Install dask" -python -m pip install git+https://github.com/dask/dask +python -m pip install git+https://github.com/hendrikmakait/dask@prechunk-p2p-rechunk rapids-logger "Check Python versions" python --version