From 912e4d15a4c72449ac5621c5e8c8095f50d51b5c Mon Sep 17 00:00:00 2001 From: Kevin Schaper Date: Tue, 26 Sep 2023 11:00:34 -0700 Subject: [PATCH] Get more specific on pandas req --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e3602f5..280d597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,8 @@ authors = [ [tool.poetry.dependencies] python = "^3.10" click = "^8" -pandas = "2.0.3" +pandas = ">=1.4.6,<2.1.0" mkdocs = "^1.3.0" -#grape = "^0.1.24" scipy = ">=1.9,<2.0.0" [tool.poetry.dev-dependencies]