Commit 1e4c648
np.bool to np.bool_ (#374)
# fix: replace deprecated np.bool with np.bool_
`np.bool` was removed in NumPy 1.24. Replace the dict key in
`_np_dtype_to_mlir_type_ctor` with `np.bool_`, which works across all
supported NumPy versions (1.19.5+).
**File:** `projects/eudsl-python-extras/mlir/extras/util.py:135`
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 411f438 commit 1e4c648
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments