summaryrefslogtreecommitdiff
path: root/graphics/py-scikit-image/files/patch-pyproject.toml
blob: 71596ab88d0385671488a386b77e0a3e3c610fe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- 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]