diff --git a/setup.py b/setup.py index 9733c8b..42b76ae 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ install_requires=[ 'numpy<2.3', 'cython==3.1.3', - 'cvxpy==1.7.2', + 'cvxpy==1.7.3', 'scipy==1.15.3', 'matplotlib==3.10.6', 'networkx',