@@ -5,16 +5,9 @@ requires = [
5
5
" setuptools" ,
6
6
" wheel" ,
7
7
# below matches MDA
8
- " numpy==1.20.0; python_version=='3.8' and (platform_machine!='arm64' or platform_system!='Darwin') and platform_python_implementation != 'PyPy'" ,
9
- " numpy==1.20.0; python_version=='3.9' and (platform_machine!='arm64' or platform_system!='Darwin') and platform_python_implementation != 'PyPy'" ,
10
- # arm64 on darwin for py3.8+ requires numpy >=1.21.0
11
- " numpy==1.21.0; python_version=='3.8' and platform_machine=='arm64' and platform_system=='Darwin' and platform_python_implementation != 'PyPy'" ,
12
- " numpy==1.21.0; python_version=='3.9' and platform_machine=='arm64' and platform_system=='Darwin' and platform_python_implementation != 'PyPy'" ,
13
- # Scipy: On windows avoid 1.21.6, 1.22.0, and 1.22.1 because they were built on vc142
14
- " numpy==1.22.3; python_version=='3.10' and platform_system=='Windows' and platform_python_implementation != 'PyPy'" ,
15
- # As per https://github.com/scipy/oldest-supported-numpy/blob/main/setup.cfg
16
- # safest to build at 1.21.6 for all other platforms
17
- " numpy==1.21.6; python_version=='3.10' and platform_system !='Windows'and platform_python_implementation != 'PyPy'" ,
8
+ " numpy==1.22.3; python_version=='3.9' and platform_python_implementation != 'PyPy'" ,
9
+ " numpy==1.22.3; python_version=='3.10' and platform_python_implementation != 'PyPy'" ,
18
10
" numpy==1.23.2; python_version=='3.11' and platform_python_implementation != 'PyPy'" ,
19
- " numpy<2.0; python_version>='3.12'" ,
20
- ]
11
+ " numpy==1.26.0; python_version=='3.12' and platform_python_implementation != 'PyPy'" ,
12
+ " numpy<2.0; python_version>='3.13'" ,
13
+ ]
0 commit comments