Skip to content

Commit 58920f6

Browse files
committed
add env markers for aarch64
1 parent 83ace3c commit 58920f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
requires = [
33
"setuptools", "wheel", "scikit-build", "cmake", "pip",
44
"numpy==1.13.3; python_version=='3.6'",
5+
"numpy==1.19.0; python_version>='3.6' and sys_platform == 'linux' and platform_machine == 'aarch64'",
56
"numpy==1.14.5; python_version=='3.7'",
67
"numpy==1.17.3; python_version=='3.8'",
78
"numpy==1.19.3; python_version>='3.9'"
8-
]
9+
]

0 commit comments

Comments
 (0)