We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65fdba commit 89b2029Copy full SHA for 89b2029
1 file changed
pyproject.toml
@@ -141,3 +141,7 @@ select = "*-win_arm64"
141
inherit.environment = "append"
142
environment = { HDF5_DIR = 'C:\\\\vcpkg\\\\installed\\\\arm64-windows', netCDF4_DIR = 'C:\\\\vcpkg\\\\installed\\\\arm64-windows', PATH = 'C:\\\\vcpkg\\\\installed\\\\arm64-windows\\\\bin;${PATH}' }
143
before-build = "pip install -I delvewheel numpy>=2.3.0"
144
+repair-wheel-command = [
145
+ "delvewheel show {wheel}",
146
+ "delvewheel repair -w {dest_dir} {wheel}",
147
+]
0 commit comments