From f4b1c80bcdff167db8ec93f2408032b1b185ca98 Mon Sep 17 00:00:00 2001 From: Doug Branton Date: Tue, 18 Mar 2025 14:39:02 -0700 Subject: [PATCH] update nested-pandas pin to >=0.3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f91e714..2b6d6e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ dynamic = ["version"] requires-python = ">=3.10" dependencies = [ - 'nested-pandas>=0.3.1,<0.4.0', + 'nested-pandas>=0.3.8,<0.4.0', 'numpy', 'dask>=2025.1.0', 'dask[distributed]>=2025.2.0',