File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [
9
9
# Copied from https://github.com/scipy/scipy/blob/master/pyproject.toml (which is also licensed under BSD)
10
10
" numpy==1.17.3; python_version=='3.7' and (platform_machine!='arm64' or platform_system!='Darwin') and platform_machine!='aarch64'" ,
11
11
" numpy==1.18.3; python_version=='3.8' and (platform_machine!='arm64' or platform_system!='Darwin') and platform_machine!='aarch64'" ,
12
- " numpy==1.19.3; python_version>='3.9' and (platform_machine!='arm64' or platform_system!='Darwin') and platform_machine!='aarch64' " ,
12
+ " numpy==1.19.3; python_version>='3.9' and (platform_machine!='arm64' or platform_system!='Darwin')" ,
13
13
# Aarch64(Python 3.9 requirements are the same as AMD64)
14
14
" numpy==1.19.2; python_version=='3.7' and platform_machine=='aarch64'" ,
15
15
" numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64'" ,
You can’t perform that action at this time.
0 commit comments