File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
3
" cmake>=3.1" ,
4
+ " numpy==1.13.3; python_version=='3.6' and platform_machine != 'aarch64' and platform_machine != 'arm64'" ,
5
+ " numpy==1.17.0; python_version=='3.7' and platform_machine != 'aarch64' and platform_machine != 'arm64'" ,
6
+ " numpy==1.17.3; python_version=='3.8' and platform_machine != 'aarch64' and platform_machine != 'arm64'" ,
7
+ " numpy==1.19.3; python_version<='3.9' and sys_platform == 'linux' and platform_machine == 'aarch64'" ,
8
+ " numpy==1.21.0; python_version<='3.9' and sys_platform == 'darwin' and platform_machine == 'arm64'" ,
9
+ " numpy==1.19.3; python_version=='3.9' and platform_machine != 'aarch64' and platform_machine != 'arm64'" ,
10
+ " numpy==1.21.2; python_version=='3.10' and platform_system!='Darwin'" ,
11
+ " numpy==1.21.4; python_version=='3.10' and platform_system=='Darwin'" ,
12
+ " numpy==1.22.0; python_version>='3.11'" ,
4
13
" pip" ,
5
14
" scikit-build>=0.14.0" ,
6
15
" setuptools==59.2.0" ,
7
- " oldest-supported-numpy" ,
8
16
]
9
- build-backend = " setuptools.build_meta"
17
+ build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments