Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Jan 17, 2025
1 parent 72f945e commit ab15cc4
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 @@ -10,7 +10,7 @@ build = "cp{38,39,310,311,312}-*"
build = "cp{38,39,310,311,312}-manylinux*"

# For manylinux_2_28 we need to install the following dependencies using yum:
before-all = "yum install -y cmake git pkgconf-pkg-config zlib-devel libzip-devel bzip2-devel"
before-all = "yum install -y cmake git pkgconf-pkg-config zlib-devel libzip-devel bzip2-devel gcc-c++"

# Only build for x86_64 and aarch64 are officially supported
archs = "x86_64 aarch64"
Expand Down

0 comments on commit ab15cc4

Please sign in to comment.