From b30811fbb07fad60db46549d45e33bc3ff6ee48a Mon Sep 17 00:00:00 2001 From: jgray-19 Date: Wed, 24 Jan 2024 22:41:20 +0000 Subject: [PATCH] Remove requirement for lower pandas version --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f8d8327..498062b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,4 @@ where = ["src"] version = {attr = "pymadng.__version__"} [project.optional-dependencies] -tfs = [ - "pandas>=1.0,<2.1.0", - "tfs-pandas>3.0.0" -] \ No newline at end of file +tfs = ["tfs-pandas>3.0.0"] \ No newline at end of file