Skip to content

Commit

Permalink
remove openblas-devel build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell Neches committed May 15, 2024
1 parent 2002a07 commit dbe0875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

# build wheels for amd64
[tool.cibuildwheel.linux]
before-all = "yum -y install lapack-devel blas-devel openblas-devel atlas-devel"
before-all = "yum -y install lapack-devel blas-devel atlas-devel"
archs = "aarch64 x86_64"
skip = "*musllinux* pp*"

Expand Down

0 comments on commit dbe0875

Please sign in to comment.