From bc5b6c36e1a0e36ae3de2c0b96091a4499568290 Mon Sep 17 00:00:00 2001 From: Jeffrey Newman Date: Tue, 20 Aug 2024 10:30:47 -0500 Subject: [PATCH] fox outdated dependency list in pyproject (#886) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index acd8e38e7..b92b00856 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,8 @@ dependencies = [ "numba >= 0.57", "numpy >= 1.16.1, <2", "openmatrix >= 0.3.4.1", - "orca >= 1.6", "pandas >= 1.4, <2", + "pandera >=0.15, <0.18.1", "platformdirs", "psutil >= 4.1", "pyarrow >= 2.0", @@ -27,7 +27,7 @@ dependencies = [ "sharrow >= 2.9.1", "simwrapper > 1.7", "sparse", - "tables >= 3.5.1", + "tables >= 3.9", "xarray >= 0.21" ] readme = "README.md"