File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ requires = [
99 # Copied from https://github.com/scipy/scipy/blob/master/pyproject.toml (which is also licensed under BSD)
1010 " numpy==1.17.3; python_version=='3.7' and (platform_machine!='arm64' or platform_system!='Darwin') and platform_machine!='aarch64'" ,
1111 " 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')" ,
1313 # Aarch64(Python 3.9 requirements are the same as AMD64)
1414 " numpy==1.19.2; python_version=='3.7' and platform_machine=='aarch64'" ,
1515 " numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64'" ,
You can’t perform that action at this time.
0 commit comments