diff --git a/setup.cfg b/setup.cfg index 75402faf..75963772 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ python_requires = >=3.7 install_requires = numpy>=1.12 matplotlib>=3.1.0 - scipy>=1.2.0 + scipy>=1.2.0, !=1.12.*, !=1.13.*,!=1.14.* # additional files to include in install [options.package_data]