diff --git a/pyproject.toml b/pyproject.toml index 4018caa..18bc373 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [build-system] requires = [ - "setuptools", - "wheel", - "cython>=0.23.3", - 'oldest-supported-numpy; os_name != "nt"', - 'numpy; os_name == "nt"' + "setuptools", + "wheel", + "cython>=0.23.3", + 'oldest-supported-numpy; os_name != "nt"' and python_version < "3.9"', + 'numpy>=2.0.0; os_name == "nt" and python_version >= "3.9"', ]