From 1b0e50854f6a51bd50a5fb94b425a29dd40177df Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Sat, 18 May 2024 17:41:01 -0400 Subject: [PATCH] Allow pandas upgrade --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5439fd95..c91b9226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,8 @@ requests = "^2.22.0" requests-futures = "^1.0.0" stem = "^1.8.0" torrequest = "^0.1.0" -pandas = "^1.0.0" +# pandas can likely be bumped up to ^2.0.0 after fc39 EOL +pandas = ">=1.0.0,<3.0.0" openpyxl = "^3.0.10" exrex = "^0.11.0"