From 8d9f6acb8f962638beba6d8d5828a6bba9168b3d Mon Sep 17 00:00:00 2001 From: Xiaokui Shu Date: Mon, 25 Sep 2023 10:34:15 -0400 Subject: [PATCH] downgrade dep:pandas for Python 3.8 support --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 80e36982..34c2470e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ install_requires = pyyaml>=6.0.1 lxml>=4.9.3 lark>=1.1.7 - pandas>=2.1.1 + pandas>=2.0.3 pyarrow>=13.0.0 docker>=6.1.3 requests>=2.31.0