8000 add env markers for aarch64 · obriand1/opencv-python@369b367 · GitHub
[go: up one dir, main page]

Skip to content

Commit 369b367

Browse files
committed
add env markers for aarch64
1 parent 25cad5c commit 369b367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build-system]
22
requires = [
33
"setuptools", "wheel", "scikit-build", "cmake", "pip",
4-
"numpy==1.11.3; python_version=='3.5'",
54
"numpy==1.13.3; python_version=='3.6'",
65
"numpy==1.14.5; python_version=='3.7'",
7-
"numpy==1.17.3; python_version>='3.8'"
6+
"numpy==1.17.3; python_version>='3.8'",
7+
"numpy==1.19.0; python_version>='3.6' and sys_platform == 'linux' and platform_machine == 'aarch64'",
88
]

0 commit comments

Comments
 (0)
0