diff --git a/xmake.lua b/xmake.lua index 3cfe536..8584459 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,5 +1,5 @@ add_rules("mode.release", "mode.debug") -add_requires("python 3.12.3", "pybind11") +add_requires("pybind11") target("example") set_prefixdir("$(prefixdir)/$(pythondir)", { libdir = "" })