diff --git a/pyproject.toml b/pyproject.toml index d8f557c..3bc988f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["setuptools>=42", "wheel", "numpy>=1.21.0"] +requires = ["setuptools>=42", "wheel", "numpy>=2.0"] build-backend = "setuptools.build_meta" [tool.cibuildwheel] -build-frontend = "build" \ No newline at end of file +build-frontend = "build"