From d1290bb53c051bbf200ba8d941d4a085c4a09bdf Mon Sep 17 00:00:00 2001 From: Mehul Modi Date: Mon, 24 Jun 2024 07:13:52 -0400 Subject: [PATCH] use numpy < 2.0.0 (#77) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9e7f9f2..31f0c11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ include_package_data = True package_dir = =src # Add here dependencies of your project (semicolon/line-separated), e.g. -install_requires = elasticsearch<7.14.0; elasticsearch_dsl==7.3.0; tabulate; pyyaml; pandas +install_requires = elasticsearch<7.14.0; elasticsearch_dsl==7.3.0; tabulate; pyyaml; pandas; numpy >= 1.22.4, < 2.0.0 # tests_require = pytest; pytest-cov python_requires=>=3.6,