diff --git a/setup.cfg b/setup.cfg index 8df71cc05..13b36b8d0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,6 +21,6 @@ classifiers = Development Status :: 3 - Alpha include_package_data = True zip_safe = True packages = find: -install_requires = numpy - scikit-learn>="0.24.0" - +install_requires = + numpy + scikit-learn>=0.24.0