[Bot] Update dependencies (#2935)
* Update dependencies * Revert pip marker flattening for GraalPy on Windows * revert android cp315 update see https://github.com/pypa/cibuildwheel/pull/2933#issuecomment-4821042715 --------- Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Co-authored-by: mayeut <mayeut@users.noreply.github.com>
This commit is contained in:
co-authored by
cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
mayeut
parent
cecc541579
commit
e6eb0f50ed
@@ -189,8 +189,8 @@ Here are some repos that use cibuildwheel.
|
||||
|-----------------------------------|----|----|:------|
|
||||
| [scikit-learn][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] ![pyodide icon][] | The machine learning library. A complex but clean config using many of cibuildwheel's features to build a large project with Cython and C++ extensions. |
|
||||
| [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an analytical in-process SQL database management system |
|
||||
| [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. |
|
||||
| [NumPy][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] ![pyodide icon][] | The fundamental package for scientific computing with Python. |
|
||||
| [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. |
|
||||
| [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform |
|
||||
| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] ![pyodide icon][] | The venerable Matplotlib, a Python library with C++ portions |
|
||||
| [Tornado][] | ![github icon][] | ![linux icon][] ![apple icon][] ![windows icon][] | Tornado is a Python web framework and asynchronous networking library. Uses stable ABI for a small C extension. |
|
||||
@@ -200,8 +200,8 @@ Here are some repos that use cibuildwheel.
|
||||
|
||||
[scikit-learn]: https://github.com/scikit-learn/scikit-learn
|
||||
[duckdb]: https://github.com/duckdb/duckdb
|
||||
[pytorch-fairseq]: https://github.com/facebookresearch/fairseq
|
||||
[NumPy]: https://github.com/numpy/numpy
|
||||
[pytorch-fairseq]: https://github.com/facebookresearch/fairseq
|
||||
[NCNN]: https://github.com/Tencent/ncnn
|
||||
[Matplotlib]: https://github.com/matplotlib/matplotlib
|
||||
[Tornado]: https://github.com/tornadoweb/tornado
|
||||
|
||||
@@ -162,12 +162,12 @@ python_configurations = [
|
||||
{ identifier = "cp314t-macosx_x86_64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.6/python-3.14.6-macos11.pkg", sha256 = "d3c9fff52214847e4fab03e9eaf53dd2a8e51e3534aa0b61f201b749f86bef28" },
|
||||
{ identifier = "cp314t-macosx_arm64", version = "3.14", url = "https://www.python.org/ftp/python/3.14.6/python-3.14.6-macos11.pkg", sha256 = "d3c9fff52214847e4fab03e9eaf53dd2a8e51e3534aa0b61f201b749f86bef28" },
|
||||
{ identifier = "cp314t-macosx_universal2", version = "3.14", url = "https://www.python.org/ftp/python/3.14.6/python-3.14.6-macos11.pkg", sha256 = "d3c9fff52214847e4fab03e9eaf53dd2a8e51e3534aa0b61f201b749f86bef28" },
|
||||
{ identifier = "cp315-macosx_x86_64", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b2-macos11.pkg", sha256 = "29b5c95f255f846f77e1c119146836445f929de1392a3ae9ef24f559e1345418" },
|
||||
{ identifier = "cp315-macosx_arm64", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b2-macos11.pkg", sha256 = "29b5c95f255f846f77e1c119146836445f929de1392a3ae9ef24f559e1345418" },
|
||||
{ identifier = "cp315-macosx_universal2", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b2-macos11.pkg", sha256 = "29b5c95f255f846f77e1c119146836445f929de1392a3ae9ef24f559e1345418" },
|
||||
{ identifier = "cp315t-macosx_x86_64", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b2-macos11.pkg", sha256 = "29b5c95f255f846f77e1c119146836445f929de1392a3ae9ef24f559e1345418" },
|
||||
{ identifier = "cp315t-macosx_arm64", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b2-macos11.pkg", sha256 = "29b5c95f255f846f77e1c119146836445f929de1392a3ae9ef24f559e1345418" },
|
||||
{ identifier = "cp315t-macosx_universal2", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b2-macos11.pkg", sha256 = "29b5c95f255f846f77e1c119146836445f929de1392a3ae9ef24f559e1345418" },
|
||||
{ identifier = "cp315-macosx_x86_64", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b3-macos11.pkg", sha256 = "b6f551ddffcd7e423fb9863458ca0980d622235cca49f2382f3a9e2052df469a" },
|
||||
{ identifier = "cp315-macosx_arm64", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b3-macos11.pkg", sha256 = "b6f551ddffcd7e423fb9863458ca0980d622235cca49f2382f3a9e2052df469a" },
|
||||
{ identifier = "cp315-macosx_universal2", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b3-macos11.pkg", sha256 = "b6f551ddffcd7e423fb9863458ca0980d622235cca49f2382f3a9e2052df469a" },
|
||||
{ identifier = "cp315t-macosx_x86_64", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b3-macos11.pkg", sha256 = "b6f551ddffcd7e423fb9863458ca0980d622235cca49f2382f3a9e2052df469a" },
|
||||
{ identifier = "cp315t-macosx_arm64", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b3-macos11.pkg", sha256 = "b6f551ddffcd7e423fb9863458ca0980d622235cca49f2382f3a9e2052df469a" },
|
||||
{ identifier = "cp315t-macosx_universal2", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b3-macos11.pkg", sha256 = "b6f551ddffcd7e423fb9863458ca0980d622235cca49f2382f3a9e2052df469a" },
|
||||
{ identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-macos_x86_64.tar.bz2", sha256 = "fda015431621e7e5aa16359d114f2c45a77ed936992c1efff86302e768a6b21c" },
|
||||
{ identifier = "pp39-macosx_arm64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-macos_arm64.tar.bz2", sha256 = "88f824e7a2d676440d09bc90fc959ae0fd3557d7e2f14bfbbe53d41d159a47fe" },
|
||||
{ identifier = "pp310-macosx_x86_64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.19-macos_x86_64.tar.bz2", sha256 = "2c5e5c2a33ac882551d7f28b98d19d486b8995aa50824a73b4edcc6aeec35c63" },
|
||||
@@ -194,10 +194,10 @@ python_configurations = [
|
||||
{ identifier = "cp314t-win32", version = "3.14.6" },
|
||||
{ identifier = "cp314-win_amd64", version = "3.14.6" },
|
||||
{ identifier = "cp314t-win_amd64", version = "3.14.6" },
|
||||
{ identifier = "cp315-win32", version = "3.15.0-b2" },
|
||||
{ identifier = "cp315t-win32", version = "3.15.0-b2" },
|
||||
{ identifier = "cp315-win_amd64", version = "3.15.0-b2" },
|
||||
{ identifier = "cp315t-win_amd64", version = "3.15.0-b2" },
|
||||
{ identifier = "cp315-win32", version = "3.15.0-b3" },
|
||||
{ identifier = "cp315t-win32", version = "3.15.0-b3" },
|
||||
{ identifier = "cp315-win_amd64", version = "3.15.0-b3" },
|
||||
{ identifier = "cp315t-win_amd64", version = "3.15.0-b3" },
|
||||
{ identifier = "cp39-win_arm64", version = "3.9.10" },
|
||||
{ identifier = "cp310-win_arm64", version = "3.10.11" },
|
||||
{ identifier = "cp311-win_arm64", version = "3.11.9" },
|
||||
@@ -205,8 +205,8 @@ python_configurations = [
|
||||
{ identifier = "cp313-win_arm64", version = "3.13.14" },
|
||||
{ identifier = "cp314-win_arm64", version = "3.14.6" },
|
||||
{ identifier = "cp314t-win_arm64", version = "3.14.6" },
|
||||
{ identifier = "cp315-win_arm64", version = "3.15.0-b2" },
|
||||
{ identifier = "cp315t-win_arm64", version = "3.15.0-b2" },
|
||||
{ identifier = "cp315-win_arm64", version = "3.15.0-b3" },
|
||||
{ identifier = "cp315t-win_arm64", version = "3.15.0-b3" },
|
||||
{ identifier = "pp39-win_amd64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.16-win64.zip", sha256 = "06ec12a5e964dc0ad33e6f380185a4d295178dce6d6df512f508e7aee00a1323" },
|
||||
{ identifier = "pp310-win_amd64", version = "3.10", url = "https://downloads.python.org/pypy/pypy3.10-v7.3.19-win64.zip", sha256 = "c0d07bba6c8fb4e5804f4a8b3f8ef07cc3d89f6ad1db42a45ffb9be60bbb7cc2" },
|
||||
{ identifier = "pp311-win_amd64", version = "3.11", url = "https://downloads.python.org/pypy/pypy3.11-v7.3.23-win64.zip", sha256 = "948b8ea58dea5b9917210fe4afd242c788fbfaba1c3f1a25e696a404f703389a" },
|
||||
@@ -217,7 +217,7 @@ python_configurations = [
|
||||
python_configurations = [
|
||||
{ identifier = "cp312-pyodide_wasm32", version = "3.12", default_pyodide_version = "0.27.7", node_version = "v22", sha256 = "0c2e7db42efa5d1dac38b50f8b3d659a1e3885d0a233494831b8206281307d52" },
|
||||
{ identifier = "cp313-pyodide_wasm32", version = "3.13", default_pyodide_version = "0.29.4", node_version = "v22", sha256 = "a29fc4a076408a18fc29eb4b280f80c6dddc95c19514c874c29e590d0931c02a" },
|
||||
{ identifier = "cp314-pyodide_wasm32", version = "3.14", default_pyodide_version = "314.0.0", node_version = "v24", sha256 = "6e76cf18251bd7d046bdb7ef35c9f938c8e995f10d88397497ca4b7020f27ba6" },
|
||||
{ identifier = "cp314-pyodide_wasm32", version = "3.14", default_pyodide_version = "314.0.1", node_version = "v24", sha256 = "954d7b6bfa5c7cab17757838d66479c9b78fd862b9e664da7711475d0aade13c" },
|
||||
]
|
||||
|
||||
[android]
|
||||
@@ -238,7 +238,7 @@ python_configurations = [
|
||||
{ identifier = "cp314-ios_arm64_iphoneos", version = "3.14", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.14-b10/Python-3.14-iOS-support.b10.tar.gz", sha256 = "200ef60eb67be0483ceb638daa9048f84f41a9a952707a5ad4c3198037c7b583" },
|
||||
{ identifier = "cp314-ios_x86_64_iphonesimulator", version = "3.14", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.14-b10/Python-3.14-iOS-support.b10.tar.gz", sha256 = "200ef60eb67be0483ceb638daa9048f84f41a9a952707a5ad4c3198037c7b583" },
|
||||
{ identifier = "cp314-ios_arm64_iphonesimulator", version = "3.14", url = "https://github.com/beeware/Python-Apple-support/releases/download/3.14-b10/Python-3.14-iOS-support.b10.tar.gz", sha256 = "200ef60eb67be0483ceb638daa9048f84f41a9a952707a5ad4c3198037c7b583" },
|
||||
{ identifier = "cp315-ios_arm64_iphoneos", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b2-iOS-XCframework.tar.gz", sha256 = "fd6b6fb8f82cf44622d28ea53b8197c89fb06505557d29d4d7a47f9386c1c896" },
|
||||
{ identifier = "cp315-ios_x86_64_iphonesimulator", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b2-iOS-XCframework.tar.gz", sha256 = "fd6b6fb8f82cf44622d28ea53b8197c89fb06505557d29d4d7a47f9386c1c896" },
|
||||
{ identifier = "cp315-ios_arm64_iphonesimulator", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b2-iOS-XCframework.tar.gz", sha256 = "fd6b6fb8f82cf44622d28ea53b8197c89fb06505557d29d4d7a47f9386c1c896" },
|
||||
{ identifier = "cp315-ios_arm64_iphoneos", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b3-iOS-XCframework.tar.gz", sha256 = "996be6e68380fd7db118c9d7140b75510332a77e040a9043cc44c59ba1696c2c" },
|
||||
{ identifier = "cp315-ios_x86_64_iphonesimulator", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b3-iOS-XCframework.tar.gz", sha256 = "996be6e68380fd7db118c9d7140b75510332a77e040a9043cc44c59ba1696c2c" },
|
||||
{ identifier = "cp315-ios_arm64_iphonesimulator", version = "3.15", url = "https://www.python.org/ftp/python/3.15.0/python-3.15.0b3-iOS-XCframework.tar.gz", sha256 = "996be6e68380fd7db118c9d7140b75510332a77e040a9043cc44c59ba1696c2c" },
|
||||
]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
url = "https://nodejs.org/dist/"
|
||||
v24 = "v24.17.0"
|
||||
v22 = "v22.23.0"
|
||||
v24 = "v24.18.0"
|
||||
v22 = "v22.23.1"
|
||||
v20 = "v20.20.2"
|
||||
|
||||
@@ -1,54 +1,54 @@
|
||||
[x86_64]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64@sha256:e19f84d04229d95eff831b6d4d9a44b9ba8d25a76ee2fce0eb9d6f0785e62f02 # 2026.06.25-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64@sha256:e6cdd8b231c97f3c7b8fbc16f8009e2c19b9c5966bda945dfd1deff9ae78544c # 2026.06.25-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64@sha256:7c2795d223e1b3b84a11e07c3c78fb3c6fd1876d3c9d8f723757042e5c6d0315 # 2026.06.25-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64@sha256:ba5a279716d87b72a79087ef4cd7fd4b55745f39fb99d9be56bdac62f0218d88 # 2026.06.25-1
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64@sha256:145e7cf607255ebf456c77ce6be401406c354e093438e47ba16cc5066d0e50ee # 2026.06.28-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64@sha256:35795c40ab9eed587a0f51a752c7defeabcc8a2ccd434d3497be201cdd34cb63 # 2026.06.28-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64@sha256:0993ba2960d39c254073568c1ebaba883960c639eb81b41cbaab952e334cae7d # 2026.06.28-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64@sha256:91a95e8d63ff1e2bd64f2c1e41178037020a79882ba2c8f96eeac4d1d1b1b129 # 2026.06.28-1
|
||||
|
||||
[i686]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686@sha256:ee57716c65baee033261867185f6445c689994b6f0ce6caf47725204105a0231 # 2026.06.25-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_i686@sha256:f0c6b806dfee3a30595516fb6585f73d43770eb953c269a344762abe7047cd15 # 2026.06.25-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_i686@sha256:a327814daa44f5e88f6ecbef233422da7a478d7513c2940801bcf611137c3f6f # 2026.06.25-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686@sha256:c69ef86661fd25af356cf398abf58febca60e31b338a421e26b9f0927f434b1e # 2026.06.25-1
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686@sha256:5c0994eabfa73d99dccd0c0a18d12a5aff5ffbef1a60ba73afbf10272968127f # 2026.06.28-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_i686@sha256:f02d63a9745c2f582513da479f830360be51ee1f70abd16a8ce60a0b2999bd21 # 2026.06.28-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_i686@sha256:ea14a36fa92b873e78d57c540bed855b27f35823f4b6971a6e01947195dd8c51 # 2026.06.28-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686@sha256:7b7e7acc718190aca5509f6c9fa8809039722464bd51fbf097aa22967ecfc10a # 2026.06.28-1
|
||||
|
||||
[aarch64]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64@sha256:9c8e0985470699c10aade65c740240c5cf83e4eb96bbfc5d8fe5f91bb26e4dcf # 2026.06.25-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64@sha256:a8b0076da75671705167cad88ff4f9970abc6b12d8cbe26e344c4d9ce959223d # 2026.06.25-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64@sha256:b643076f14b8e0e0b2d0df3b88bb0a64e6de92956a13a51b7548741d97042150 # 2026.06.25-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64@sha256:2070c98fd85e592cda11b1de66819f782d926debf845dac6c0bab22366050c31 # 2026.06.25-1
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64@sha256:1981574293d5268f6384f466e33e90d8df498841ac5babc3d6f943d1ba81b7ed # 2026.06.28-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64@sha256:1aa721f140a4e88caf74e375992e4d79a1f991dc799a968de237752ce073a01b # 2026.06.28-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64@sha256:6c73cd226c9c664f31a8903d35a19b10b533d429801449fe3575917682a01caa # 2026.06.28-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64@sha256:b86ad8b6d96272009e0140b8cdd092debefb22588450968c41b773352daa27f1 # 2026.06.28-1
|
||||
|
||||
[ppc64le]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le@sha256:d37ab4c30d4c8213a47755ba6185d67c75ffedeee1afabfa75da8cc445aba7a8 # 2026.06.25-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le@sha256:4c423ebdc562f7cdfd2c6fa4a7bc65a763bd3e089f8c5d0aaa2f30a33ea8f790 # 2026.06.25-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le@sha256:63acb306c9849ef5589beb5542cf7d6939829a8deaa8f4c88ee763652d49657e # 2026.06.25-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le@sha256:91494d026ea3629db0f7e5f0fb32276dfe5133f40a74503d08a18d346ae2cc79 # 2026.06.25-1
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le@sha256:80b8c8249c174ce2168dde26bf4b3ba7c8f5557b5e639834b9e7f78f1b1482b1 # 2026.06.28-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le@sha256:dd904df86e600924666e8fe04e9c9ecb31ce99a71d6b9a90ea79a5f9ceb8cb00 # 2026.06.28-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le@sha256:a4da6d94e7c26280dc8c9bac75188584334f44d93207888bd8a1bc342b021ef1 # 2026.06.28-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le@sha256:4848166e96a6fcda23b1945dc58aa6a5dea083fa63d77c4281d676dec8a5c069 # 2026.06.28-1
|
||||
|
||||
[s390x]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_s390x@sha256:e808e27bcb8e708f86be65cd58165f77aebeb7851c447e6510489a46123776e9 # 2026.06.25-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x@sha256:787a24d1d4822067f5e1895913790ffe3e3fdbdeb2bc8cd4a66fcbb9d135f633 # 2026.06.25-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x@sha256:9f2cf25dbc5cd28dc021adf1b25eaaac3fbd08592b2fb07775c8c2b39f5aacf2 # 2026.06.25-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x@sha256:f2b1f52a5ac11e1ef884c29e30c2179e1ad308ee1a076d4f9e93a2b617811403 # 2026.06.25-1
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_s390x@sha256:91e354b553e4d1009e9eed871453afa8a65df5d82d928b5f53a9c8464987c770 # 2026.06.28-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x@sha256:24a5bba87ed302d01243e5e0adbf6afccb458075a840dcff1fefc9980b9bdcd5 # 2026.06.28-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x@sha256:ed607cbc388da30719ab6d1fbace45e5df843fd3cb488d9c1cd90a5f163f607a # 2026.06.28-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x@sha256:d4a232889cae02e79565d9d2277276abca8cba27c9d1c887a13138f06c3b3a7b # 2026.06.28-1
|
||||
|
||||
[pypy_x86_64]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64@sha256:e19f84d04229d95eff831b6d4d9a44b9ba8d25a76ee2fce0eb9d6f0785e62f02 # 2026.06.25-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64@sha256:e6cdd8b231c97f3c7b8fbc16f8009e2c19b9c5966bda945dfd1deff9ae78544c # 2026.06.25-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64@sha256:7c2795d223e1b3b84a11e07c3c78fb3c6fd1876d3c9d8f723757042e5c6d0315 # 2026.06.25-1
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64@sha256:145e7cf607255ebf456c77ce6be401406c354e093438e47ba16cc5066d0e50ee # 2026.06.28-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64@sha256:35795c40ab9eed587a0f51a752c7defeabcc8a2ccd434d3497be201cdd34cb63 # 2026.06.28-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64@sha256:0993ba2960d39c254073568c1ebaba883960c639eb81b41cbaab952e334cae7d # 2026.06.28-1
|
||||
|
||||
[pypy_i686]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686@sha256:ee57716c65baee033261867185f6445c689994b6f0ce6caf47725204105a0231 # 2026.06.25-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_i686@sha256:f0c6b806dfee3a30595516fb6585f73d43770eb953c269a344762abe7047cd15 # 2026.06.25-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_i686@sha256:a327814daa44f5e88f6ecbef233422da7a478d7513c2940801bcf611137c3f6f # 2026.06.25-1
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686@sha256:5c0994eabfa73d99dccd0c0a18d12a5aff5ffbef1a60ba73afbf10272968127f # 2026.06.28-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_i686@sha256:f02d63a9745c2f582513da479f830360be51ee1f70abd16a8ce60a0b2999bd21 # 2026.06.28-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_i686@sha256:ea14a36fa92b873e78d57c540bed855b27f35823f4b6971a6e01947195dd8c51 # 2026.06.28-1
|
||||
|
||||
[pypy_aarch64]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64@sha256:9c8e0985470699c10aade65c740240c5cf83e4eb96bbfc5d8fe5f91bb26e4dcf # 2026.06.25-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64@sha256:a8b0076da75671705167cad88ff4f9970abc6b12d8cbe26e344c4d9ce959223d # 2026.06.25-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64@sha256:b643076f14b8e0e0b2d0df3b88bb0a64e6de92956a13a51b7548741d97042150 # 2026.06.25-1
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64@sha256:1981574293d5268f6384f466e33e90d8df498841ac5babc3d6f943d1ba81b7ed # 2026.06.28-1
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64@sha256:1aa721f140a4e88caf74e375992e4d79a1f991dc799a968de237752ce073a01b # 2026.06.28-1
|
||||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64@sha256:6c73cd226c9c664f31a8903d35a19b10b533d429801449fe3575917682a01caa # 2026.06.28-1
|
||||
|
||||
[armv7l]
|
||||
manylinux_2_31 = quay.io/pypa/manylinux_2_31_armv7l@sha256:e4bda68b3bbfe0dc0fd6c6b7c50528d62a8d0907917d07c16492a3bfc2356cd3 # 2026.06.25-1
|
||||
manylinux_2_35 = quay.io/pypa/manylinux_2_35_armv7l@sha256:720871eaa85e1d0ad4b13d676be610590ddfe731345d6d433a01a3ac8e3d4832 # 2026.06.25-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l@sha256:2a03ce7ad6ceec14cc2662a860a2b84162c9d9015273e577eb2050ff2654d84a # 2026.06.25-1
|
||||
manylinux_2_31 = quay.io/pypa/manylinux_2_31_armv7l@sha256:0c0fa43419905afcc4f709c9c3c403ae778d0b4e915a7c9ecf737305b02a282f # 2026.06.28-1
|
||||
manylinux_2_35 = quay.io/pypa/manylinux_2_35_armv7l@sha256:aafd3c0b3ed84128b9c0e1da876adea4e600feae6f5b30a8f36240c1301e2205 # 2026.06.28-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l@sha256:8cbbfaf3c717ac15ebffd81c06e86f6a37b4477d3046cd5bb37ce8d8b9879a00 # 2026.06.28-1
|
||||
|
||||
[riscv64]
|
||||
manylinux_2_39 = quay.io/pypa/manylinux_2_39_riscv64@sha256:567517486f7151b48c3cad0f20ee64c7f450a05d6accbfea465a4c5c38955095 # 2026.06.25-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_riscv64@sha256:5fadccbe13d1e522515c9323c14c86ae7e0deff6c1850b7c7fae69f5429d8f4a # 2026.06.25-1
|
||||
manylinux_2_39 = quay.io/pypa/manylinux_2_39_riscv64@sha256:4d857c572e12dae8752561b7c4a4421929eae56665466577c44b9bb6a8453e07 # 2026.06.28-1
|
||||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_riscv64@sha256:69954353b60d8b409fa222bc9599f1bbb7bbccad490b7367745fd918a35254c0 # 2026.06.28-1
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -11,8 +11,8 @@ ref: working-examples
|
||||
|-----------------------------------|----|----|:------|
|
||||
| [scikit-learn][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] ![pyodide icon][] | The machine learning library. A complex but clean config using many of cibuildwheel's features to build a large project with Cython and C++ extensions. |
|
||||
| [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an analytical in-process SQL database management system |
|
||||
| [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. |
|
||||
| [NumPy][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] ![pyodide icon][] | The fundamental package for scientific computing with Python. |
|
||||
| [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. |
|
||||
| [NCNN][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | ncnn is a high-performance neural network inference framework optimized for the mobile platform |
|
||||
| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] ![pyodide icon][] | The venerable Matplotlib, a Python library with C++ portions |
|
||||
| [Tornado][] | ![github icon][] | ![linux icon][] ![apple icon][] ![windows icon][] | Tornado is a Python web framework and asynchronous networking library. Uses stable ABI for a small C extension. |
|
||||
@@ -81,8 +81,8 @@ ref: working-examples
|
||||
| [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] ![pyodide icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. |
|
||||
| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson |
|
||||
| [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] ![pyodide icon][] | Example pybind11 module built with a Python-based build system |
|
||||
| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library |
|
||||
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
|
||||
| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library |
|
||||
| [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. |
|
||||
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
|
||||
| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing |
|
||||
@@ -122,8 +122,8 @@ ref: working-examples
|
||||
|
||||
[scikit-learn]: https://github.com/scikit-learn/scikit-learn
|
||||
[duckdb]: https://github.com/duckdb/duckdb
|
||||
[pytorch-fairseq]: https://github.com/facebookresearch/fairseq
|
||||
[NumPy]: https://github.com/numpy/numpy
|
||||
[pytorch-fairseq]: https://github.com/facebookresearch/fairseq
|
||||
[NCNN]: https://github.com/Tencent/ncnn
|
||||
[Matplotlib]: https://github.com/matplotlib/matplotlib
|
||||
[Tornado]: https://github.com/tornadoweb/tornado
|
||||
@@ -192,8 +192,8 @@ ref: working-examples
|
||||
[sourmash]: https://github.com/sourmash-bio/sourmash
|
||||
[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson
|
||||
[pybind11 python_example]: https://github.com/pybind/python_example
|
||||
[python-snappy]: https://github.com/intake/python-snappy
|
||||
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
|
||||
[python-snappy]: https://github.com/intake/python-snappy
|
||||
[abess]: https://github.com/abess-team/abess
|
||||
[jq.py]: https://github.com/mwilliamson/jq.py
|
||||
[cyvcf2]: https://github.com/brentp/cyvcf2
|
||||
|
||||
Reference in New Issue
Block a user