File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ requires = [
8
8
" numpy==1.19.3; python_version<='3.9' and sys_platform == 'linux' and platform_machine == 'aarch64'" ,
9
9
" numpy==1.21.0; python_version<='3.9' and sys_platform == 'darwin' and platform_machine == 'arm64'" ,
10
10
" numpy==1.19.3; python_version=='3.9' and platform_machine != 'aarch64' and platform_machine != 'arm64'" ,
11
- " numpy==1.21.2; python_version>='3.10'"
11
+ " numpy==1.21.2; python_version>='3.10'" ,
12
+ " numpy==1.21.4; python_version>='3.10' and platform_system=='Darwin'"
12
13
]
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ def main():
30
30
'numpy>=1.19.3; python_version>="3.9"' ,
31
31
'numpy>=1.21.2; python_version>="3.10"' ,
32
32
'numpy>=1.19.3; python_version>="3.6" and platform_system=="Linux" and platform_machine=="aarch64"' ,
33
- 'numpy>=1.21.2; python_version>="3.6" and platform_system=="Darwin" and platform_machine=="arm64"' ,
33
+ 'numpy>=1.21.0; python_version<="3.9" and platform_system=="Darwin" and platform_machine=="arm64"' ,
34
+ 'numpy>=1.21.4; python_version>="3.10" and platform_system=="Darwin"' ,
34
35
]
35
36
36
37
python_version = cmaker .CMaker .get_python_version ()
You can’t perform that action at this time.
0 commit comments