diff --git a/continuous_integration/install_dependencies.sh b/continuous_integration/install_dependencies.sh index e84f9aaa..0f3f6438 100644 --- a/continuous_integration/install_dependencies.sh +++ b/continuous_integration/install_dependencies.sh @@ -12,7 +12,7 @@ conda config --set remote_read_timeout_secs 120.0 if [[ "$PYTHON_VERSION" == "3.8" ]] && [[ "$RUNNER_OS" == "macos-11" ]]; then conda install scipy=1.3 numpy=1.18 mkl pip pytest pytest-cov lapack ecos scs osqp cvxopt proxsuite setuptools pybind11 -elif [[ "$PYTHON_VERSION" == "3.7" ]] || [[ "$PYTHON_VERSION" == "3.8" ]]; then +elif [[ "$PYTHON_VERSION" == "3.8" ]]; then conda install scipy=1.3 numpy=1.18 mkl pip pytest pytest-cov lapack ecos scs osqp cvxopt proxsuite "setuptools>65.5.1" pybind11 elif [[ "$PYTHON_VERSION" == "3.9" ]]; then # The earliest version of numpy that works is 1.19.