From 384ff57ff4162ab678a2f63d49a8a4add350fbb0 Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Mon, 19 Aug 2024 17:22:47 -0500 Subject: [PATCH] fox outdated dependency list in pyproject --- 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"