diff --git a/ci/gpu/build.sh b/ci/gpu/build.sh index 36fae23a..ed736bb7 100755 --- a/ci/gpu/build.sh +++ b/ci/gpu/build.sh @@ -35,7 +35,7 @@ export NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=1 # Install dask and distributed from main branch. Usually needed during # development time and disabled before a new dask-cuda release. -export INSTALL_DASK_MAIN=0 +export INSTALL_DASK_MAIN=1 # Dask version to install when `INSTALL_DASK_MAIN=0` export DASK_STABLE_VERSION="2022.05.2" diff --git a/requirements.txt b/requirements.txt index 39a69384..11e2a2ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -dask==2022.05.2 -distributed==2022.05.2 +dask>=2022.05.2 +distributed>=2022.05.2 pynvml>=11.0.0 numpy>=1.16.0 numba>=0.54