Closed
Description
I went about updating scikit-misc for Fedora to 0.3.0. During the build I hit the following error:
../skmisc/meson.build:22:15: ERROR: Command `/usr/bin/python3 -c 'import os
os.chdir(os.path.join("..", "tools"))
import numpy as np
try:
incdir = os.path.relpath(np.get_include())
except Exception:
incdir = np.get_include()
print(incdir)
'` failed with status 1.NumPy is at version 1.24.4 currently and meson-python at version 0.14.0.