From c0a4c5ebef531ceabf46f2c357a46e789d3f446f Mon Sep 17 00:00:00 2001 From: "Kevin J. Sung" Date: Sun, 17 Sep 2023 20:45:41 -0400 Subject: [PATCH] update apt install --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddc6f204e..d9d71a3da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,4 +55,4 @@ test-requires = "pytest" test-command = "pytest {project}/tests" [tool.cibuildwheel.linux] -before-all = "yum install -y openssl-devel rust cargo openblas" +before-all = "yum install -y openssl-devel rust cargo openblas-devel"