From bc2df83657a2ee4f2edb4d4001785e05b50aeec0 Mon Sep 17 00:00:00 2001 From: Vu Tung Date: Tue, 17 Sep 2024 15:34:02 +0700 Subject: [PATCH] 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 =