diff --git a/pyproject.toml b/pyproject.toml index 3b94281..89f1d8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,8 @@ requires-python = ">=3.9" license = {text = "BSD-2-Clause"} dependencies = [ "numpy", - "cvxpy==1.4.3", + "cvxpy", "scikit-learn", "tqdm", "sig-decomp" -] \ No newline at end of file +]