diff --git a/python/raft-dask/pyproject.toml b/python/raft-dask/pyproject.toml index 659b75ee2b..6a73b55410 100644 --- a/python/raft-dask/pyproject.toml +++ b/python/raft-dask/pyproject.toml @@ -35,8 +35,8 @@ license = { text = "Apache 2.0" } requires-python = ">=3.9" dependencies = [ "dask-cuda==23.12.*", - "dask==2023.9.2", - "distributed==2023.9.2", + "dask>=2023.9.2", + "distributed>=2023.9.2", "joblib>=0.11", "numba>=0.57", "numpy>=1.21",