diff --git a/pyproject.toml b/pyproject.toml index 3e7021bc..a81dd19f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ dynamic=["version"] dependencies = [ 'pandas', - 'numpy<=1.23.5', + 'numpy', 'dask>=2023.6.1', 'dask[distributed]', 'pyarrow',