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,