Skip to content

Commit 22371ca

Browse files
committed
this
1 parent 4ce969d commit 22371ca

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"Cython>=0.29",
4-
"numpy>=2.3.0",
4+
"numpy>=2.0.0",
55
"setuptools>=77.0.1",
66
"setuptools_scm[toml]>=3.4",
77
]
@@ -137,6 +137,7 @@ inherit.environment = "append"
137137
environment = { HDF5_DIR = 'C:\\\\Users\\runneradmin\\micromamba\\envs\\build\\Library', netCDF4_DIR = 'C:\\\\Users\\runneradmin\\micromamba\\envs\\build\\Library', PATH = 'C:\\\\Users\\runneradmin\\micromamba\\envs\\build\\Library\\bin;${PATH}', NETCDF_PLUGIN_DIR = 'C:\\\\Users\\runneradmin\\micromamba\\envs\\build\\Library\\hdf5\\lib\\plugin' }
138138

139139
[[tool.cibuildwheel.overrides]]
140-
select = "*-win_arm64"
140+
select = "cp311-win_arm64 or cp312-win_arm64 or cp313-win_arm64 or cp314-win_arm64"
141141
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}' }
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 'numpy>=2.3.0'"

0 commit comments

Comments
 (0)