diff --git a/setup.py b/setup.py index 568236c..1ee52fc 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ install_requires=[ 'numpy<2.3', 'cython==3.2.2', - 'cvxpy==1.7.3', + 'cvxpy==1.7.5', 'scipy==1.15.3', 'matplotlib==3.10.7', 'networkx',