From 3521733835c27c45ec982dc9b1405295735e1485 Mon Sep 17 00:00:00 2001 From: "Corey J. Nolet" Date: Wed, 4 Oct 2023 04:18:04 +0200 Subject: [PATCH] Update pyproject.toml Co-authored-by: GALI PREM SAGAR --- python/raft-dask/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/raft-dask/pyproject.toml b/python/raft-dask/pyproject.toml index 6a73b55410..659b75ee2b 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",