Skip to content

Commit 828f09c

Browse files
committed
unbound numpy
1 parent c45d989 commit 828f09c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build_mlir_python_bindings_wheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ jobs:
124124
host-arch: ${{ matrix.host-arch }}
125125
target-arch: ${{ matrix.target-arch }}
126126
runs-on: ${{ matrix.runs-on }}
127-
arch: ${{ matrix.arch }}
128-
python-version: '3.15.0-alpha.2'
127+
python-version: ${{ matrix.target-arch == 'wasm32' && '3.12' || '3.15.0-alpha.2' }}
129128

130129
- name: "Pip download MLIR from releases"
131130
if: ${{ !inputs.workflow_call }}

projects/mlir-python-bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requires = [
2626
"typing_extensions>=4.12.2",
2727
"nanobind>=2.9, <3.0",
2828
"pybind11>=2.10.0, <=2.13.6",
29-
"numpy>=1.19.5, <=2.3.0",
29+
"numpy>=1.19.5",
3030
]
3131
build-backend = "scikit_build_core.build"
3232

0 commit comments

Comments
 (0)