diff --git a/tools/pot/setup.py b/tools/pot/setup.py index 45d69b50efd4f4..a4b12e31cea967 100644 --- a/tools/pot/setup.py +++ b/tools/pot/setup.py @@ -67,7 +67,7 @@ def get_version(): INSTALL_REQUIRES = [ "numpy>=1.16.6", "scipy~=1.7; python_version == '3.7'", - "scipy>=1.8,<1.11; python_version >= '3.8'", + "scipy>=1.8,<1.15; python_version >= '3.8'", "jstyleson>=0.0.2", "addict>=2.4.0", "networkx<=3.1",