Skip to content

Commit c641e9a

Browse files
committed
adding delvewheel
1 parent d478ec5 commit c641e9a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,8 @@ environment = {HDF5_DIR='C:\\\\Users\\runneradmin\\micromamba\\envs\\build\\Libr
161161
select = "*-win_arm64"
162162
inherit.environment = "append"
163163
environment = { HDF5_DIR = 'C:\\\\vcpkg\\\\installed\\\\arm64-windows', netCDF4_DIR = 'C:\\\\vcpkg\\\\installed\\\\arm64-windows', PATH = 'C:\\\\vcpkg\\\\installed\\\\arm64-windows\\\\bin;${PATH}' }
164-
before-build = "pip install -I numpy>=2.3.0"
164+
before-build = "pip install -I delvewheel numpy>=2.3.0"
165+
repair-wheel-command = [
166+
"delvewheel show {wheel}",
167+
"delvewheel repair -w {dest_dir} {wheel}",
168+
]

0 commit comments

Comments
 (0)