diff --git a/meson.build b/meson.build index b1104aa754..7eae2d3381 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,6 @@ project('highs', 'cpp', version : '1.6.0', + meson_version: '>= 1.2.0', default_options : ['warning_level=1', 'cpp_std=c++17', 'wrap_mode=forcefallback']) diff --git a/pyproject.toml b/pyproject.toml index f9c274e473..e2170cb63f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ license = {text = "MIT"} "Bug Tracker" = "https://github.com/ERGO-Code/HiGHS/issues" [build-system] -requires = ["meson-python"] +requires = ["meson-python<0.14.0", "meson>=1.2.0"] build-backend = "mesonpy" [tool.meson-python.args]