diff --git a/pyproject.toml b/pyproject.toml index 6d423a6..2830fc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,3 @@ [build-system] -requires = ['setuptools', 'wheel', 'Cython', 'numpy'] +# Pinning numpy version to <2.0 due to Numpy 2.0's backwards incompatibility +requires = ['setuptools', 'wheel', 'Cython', 'numpy<2.0']