Maksym Shpakovych

Results 1 comments of Maksym Shpakovych

@waarmond, I faced the same issue. Solved it by adding `numpy` to the requirements section in my `pyproject.toml`. ```toml [build-system] requires = [ 'meson-python', 'numpy>=2.0.0' ] build-backend = 'mesonpy' ```