From bc2df83657a2ee4f2edb4d4001785e05b50aeec0 Mon Sep 17 00:00:00 2001 From: Vu Tung Date: Tue, 17 Sep 2024 15:34:02 +0700 Subject: [PATCH 1/2] Require numpy minimum version of 1.17.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 534f873..dc217b0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,9 +31,9 @@ install_requires = urllib3>=1.21.1 presto-python-client>=0.6.0 pandas>=1.3 + numpy>1.17.3 td-client>=1.1.0 pytz>=2018.5 - numpy<1.24 [options.extras_require] spark = From 5e4f9b0aca1a8d5c92c79769ebcc9995df4d262f Mon Sep 17 00:00:00 2001 From: Tung Vu <53031642+tung-vu-td@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:23:38 +0700 Subject: [PATCH 2/2] Update setup.cfg Co-authored-by: Aki Ariga --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index dc217b0..f98b565 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ install_requires = urllib3>=1.21.1 presto-python-client>=0.6.0 pandas>=1.3 - numpy>1.17.3 + numpy>1.17.3, <2.0.0 td-client>=1.1.0 pytz>=2018.5