From 0beec89cf27287f6813c0eb76ec7febf65861de2 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 cea455ab5..20825b70d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,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.57",