From c5474d3eb7bf702de4fe60224ea0da5aa3f188a7 Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Sun, 21 Jan 2024 19:54:27 -0500 Subject: [PATCH] Allow Pandas 2.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d960af03d..04617751a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ license = { file = "LICENSE.md" } requires-python = ">= 3.7" dynamic = ['version', 'description'] dependencies = [ - "pandas >=1.0, ==1.*", + "pandas >=1.0", "numpy >= 1.17", "scipy >= 1.2", "numba >= 0.51, < 0.59",