--- pyproject.toml.orig 2025-02-18 17:45:36 UTC +++ pyproject.toml @@ -50,9 +50,9 @@ build = [ 'ninja>=1.11.1.1', 'Cython>=3.0.8', 'pythran>=0.16', - 'numpy>=2.0', + 'numpy>=1.24', # Developer UI - 'spin==0.13', + 'spin>=0.13', 'build>=1.2.1', ] data = ['pooch>=1.6.0'] @@ -120,7 +120,7 @@ requires = [ 'Cython>=3.0.8', 'pythran>=0.16', 'lazy_loader>=0.4', - 'numpy>=2.0', + 'numpy>=1.24', ] [tool.spin]