diff --git a/pyproject.toml b/pyproject.toml index 3b02debbe..4f0da0689 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,10 +16,11 @@ authors = [ license = { text = "Apache-2.0" } requires-python = ">=3.9" dependencies = [ + "click >=8.1", "pynvml >=11.0.0,<11.5", "numpy >=1.21", "numba >=0.57", - "pandas >=1.3,<1.6.0dev0", + "pandas >=1.3,<1.6.0.dev0", "rapids-dask-dependency==23.12.*", "zict >=2.0.0", ]