From 7a8517cc3c39b5853d6912c23c73a3d925207b43 Mon Sep 17 00:00:00 2001 From: Steven Herbst Date: Thu, 4 Feb 2021 14:38:44 -0800 Subject: [PATCH 1/2] Update regress.sh --- regress.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/regress.sh b/regress.sh index 75e9e08..8927e7b 100644 --- a/regress.sh +++ b/regress.sh @@ -9,6 +9,9 @@ source install_hardfloat.sh pip install wheel pip install pytest pytest-cov +# temporary fix +pip install cvxpy==1.1.7 + # install msdsl pip install -e . From 43f17a3c2340db95adb3e9cba6eea4fb0e4c3730 Mon Sep 17 00:00:00 2001 From: Steven Herbst Date: Thu, 4 Feb 2021 14:44:55 -0800 Subject: [PATCH 2/2] Update regress.sh --- regress.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/regress.sh b/regress.sh index 8927e7b..d3892f8 100644 --- a/regress.sh +++ b/regress.sh @@ -10,6 +10,7 @@ pip install wheel pip install pytest pytest-cov # temporary fix +pip install numpy pip install cvxpy==1.1.7 # install msdsl