diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 6626629d6..ac6c0f850 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -33,7 +33,7 @@ export NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1 # Install dask and distributed from master branch. Usually needed during # development time and disabled before a new dask-cuda release. -export INSTALL_DASK_MASTER=0 +export INSTALL_DASK_MASTER=1 ################################################################################ # SETUP - Check environment diff --git a/conda/recipes/dask-cuda/meta.yaml b/conda/recipes/dask-cuda/meta.yaml index fbd79bf09..006b78b22 100644 --- a/conda/recipes/dask-cuda/meta.yaml +++ b/conda/recipes/dask-cuda/meta.yaml @@ -27,8 +27,8 @@ requirements: - setuptools run: - python - - dask=2021.09.1 - - distributed=2021.09.1 + - dask>=2021.09.1 + - distributed>=2021.09.1 - pynvml >=8.0.3 - numpy >=1.16.0 - numba >=0.53.1 diff --git a/requirements.txt b/requirements.txt index 3121411a1..0e6d9e147 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -dask==2021.09.1 -distributed==2021.09.1 +dask>=2021.09.1 +distributed>=2021.09.1 pynvml>=11.0.0 numpy>=1.16.0 numba>=0.53.1