Skip to content

Commit 7fb8d92

Browse files
aptalcameeseeksmachine
authored andcommitted
Backport PR pandas-dev#43722: BUG: set numpy requirement for aarch64 and py3.9
1 parent 883cd51 commit 7fb8d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff 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'",

0 commit comments

Comments
 (0)