cfa907c04b
The previous updates were blocked due to outdated setuptools in the ports-tree. Upstream has swithched to meson build meanwhile, making this update possible. - Clean up runtime dependencies, require only bare mininum. - Switch to PYPI. PR: 289075
24 lines
468 B
TOML
24 lines
468 B
TOML
--- 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]
|