Skip to content

Commit

Permalink
Change images
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Nov 24, 2023
1 parent af4b299 commit 6efec6c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,11 @@ build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
skip = ["*musl*"]
manylinux-x86_64-image = "manylinux_2_28"
manylinux-i686-image = "manylinux_2_28"
manylinux-aarch64-image = "manylinux_2_28"
manylinux-ppc64le-image = "manylinux_2_28"
manylinux-s390x-image = "manylinux_2_28"
manylinux-pypy_x86_64-image = "manylinux_2_28"
manylinux-pypy_i686-image = "manylinux_2_28"
manylinux-pypy_aarch64-image = "manylinux_2_28"

[[tool.cibuildwheel.overrides]]
select = "*macosx*"
before-all = "brew install tbb mpfr gmp"

[[tool.cibuildwheel.overrides]]
select = "*manylinux*"
before-all = "dnf install -y gcc-c++ tbb-devel mpfr-devel gmp-devel"
before-all = "yum install -y gcc-c++ tbb-devel mpfr-devel gmp-devel"

0 comments on commit 6efec6c

Please sign in to comment.