From d1b66b59d1cb62326e74f17546a64d28aed124ef Mon Sep 17 00:00:00 2001 From: nodohs Date: Mon, 26 Jan 2026 13:26:58 -0600 Subject: [PATCH] Restrict pandas 3.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 88590ca..7ff69af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ "requests", - "pandas==2.*", + "pandas>=2.0.0,<3.0.0", ] dynamic = ["version"]