--- pyproject.toml.orig 2023-10-04 07:14:28 +++ pyproject.toml 2023-12-27 14:16:12 @@ -118,18 +118,11 @@ build-backend = 'mesonpy' requires = [ 'meson-python>=0.14', - 'wheel', - 'setuptools>=67', 'packaging>=21', 'Cython>=0.29.32', 'pythran', 'lazy_loader>=0.3', - "numpy==1.22.4; python_version=='3.9' and platform_python_implementation != 'PyPy'", - "numpy==1.22.4; python_version=='3.10' and platform_system=='Windows' and platform_python_implementation != 'PyPy'", - "numpy==1.22.4; python_version=='3.10' and platform_system != 'Windows' and platform_python_implementation != 'PyPy'", - "numpy==1.23.3; python_version=='3.11' and platform_python_implementation != 'PyPy'", - "numpy; python_version>='3.12'", - "numpy; python_version>='3.9' and platform_python_implementation=='PyPy'", + "numpy", ] [tool.spin]