From 114d965d5f2035724da2d91173d8fd79be6106f9 Mon Sep 17 00:00:00 2001 From: Neven Caplar Date: Wed, 13 Dec 2023 14:23:12 -0800 Subject: [PATCH] Removed requirment for numpy version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',