diff --git a/setup.py b/setup.py index a1e5824e..07365d2c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -INSTALL_REQUIRES = "cvxpy<=1.2.0" +INSTALL_REQUIRES = ["cvxpy<=1.2.0", "scipy<1.11.0"] THIS_FILE_DIR = os.path.dirname(__file__)