Skip to content
Snippets Groups Projects
Commit 75d2418f authored by patavirt's avatar patavirt
Browse files

Fixup

parent 1695ee56
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ adept_dep = cpp.find_library('adept', has_headers : ['adept.h'])
incdir_numpy = run_command(py3,
[
'-c',
'import os; os.chdir(".."); import numpy; print(numpy.get_include())'
'import numpy; print(numpy.get_include())'
],
check: true
).stdout().strip()
......
......@@ -2,6 +2,8 @@
build-backend = 'mesonpy'
requires = [
'meson-python',
'numpy >= 1.19.0',
'pybind11',
]
[project]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment