Skip to content

Commit cee958f

Browse files
committed
Requirements: Add aarch64 wheels for patchelf and numpy
- Previously only x86_64 wheels were considered for patchelf and numpy
1 parent 782a67e commit cee958f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

python3-requirements.json

+32
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,22 @@
103103
"type": "file",
104104
"url": "https://files.pythonhosted.org/packages/2d/d3/92c27afa61ab5259d35f6283f1d401d61019d56a77ca00d29ba77ffd36df/patchelf-0.17.2.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.musllinux_1_1_x86_64.whl",
105105
"sha256": "1b9fd14f300341dc020ae05c49274dd1fa6727eabb4e61dd7fb6fb3600acd26e",
106+
"only-arches": [
107+
"x86_64"
108+
],
109+
"x-checker-data": {
110+
"type": "pypi",
111+
"name": "patchelf",
112+
"packagetype": "bdist_wheel"
113+
}
114+
},
115+
{
116+
"type": "file",
117+
"url": "https://files.pythonhosted.org/packages/cb/c8/059d8b660636951f7de76f04920b2ef759f4e1ed354aab452cbdc73d0a0b/patchelf-0.17.2.0-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl",
118+
"sha256": "b8d86f32e1414d6964d5d166ddd2cf829d156fba0d28d32a3bd0192f987f4529",
119+
"only-arches": [
120+
"aarch64"
121+
],
106122
"x-checker-data": {
107123
"type": "pypi",
108124
"name": "patchelf",
@@ -126,6 +142,22 @@
126142
"type": "file",
127143
"url": "https://files.pythonhosted.org/packages/5a/62/007b63f916aca1d27f5fede933fda3315d931ff9b2c28b9c2cf388cd8edb/numpy-1.26.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
128144
"sha256": "f25e2811a9c932e43943a2615e65fc487a0b6b49218899e62e426e7f0a57eeda",
145+
"only-arches": [
146+
"x86_64"
147+
],
148+
"x-checker-data": {
149+
"type": "pypi",
150+
"name": "numpy",
151+
"packagetype": "bdist_wheel"
152+
}
153+
},
154+
{
155+
"type": "file",
156+
"url": "https://files.pythonhosted.org/packages/24/2b/dc80804801369b38681f3a61b48c8c5f1cc1e2651d2d504b9a1f6040bdb1/numpy-1.26.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
157+
"sha256": "8c66d6fec467e8c0f975818c1796d25c53521124b7cfb760114be0abad53a0a2",
158+
"only-arches": [
159+
"aarch64"
160+
],
129161
"x-checker-data": {
130162
"type": "pypi",
131163
"name": "numpy",

0 commit comments

Comments
 (0)