diff --git a/setup.cfg b/setup.cfg index 759dea985bc..43512144386 100644 --- a/setup.cfg +++ b/setup.cfg @@ -76,7 +76,7 @@ include_package_data = True python_requires = >=3.9 install_requires = numpy >= 1.21 # recommended to use >= 1.22 for full quantile method support - pandas >= 1.4 + pandas >= 1.4, <2 packaging >= 21.3 [options.extras_require]