We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dac87 commit 995cadaCopy full SHA for 995cada
imageio_ffmpeg/_definitions.py
@@ -35,13 +35,15 @@ def get_platform():
35
"win64": "ffmpeg-win64-v4.2.2.exe",
36
# "linux32": "ffmpeg-linux32-v4.2.2",
37
"linux64": "ffmpeg-linux64-v4.2.2", # Kernel 3.2.0+
38
+ "linuxaarch64": "ffmpeg-linuxaarch64-v4.2.2",
39
}
40
41
osxplats = "macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64"
42
43
# Wheel tag -> platform string
44
WHEEL_BUILDS = {
45
"py3-none-manylinux2010_x86_64": "linux64",
46
+ "py3-none-manylinux2014_aarch64": "linuxaarch64",
47
"py3-none-" + osxplats: "osx64",
48
"py3-none-win32": "win32",
49
"py3-none-win_amd64": "win64",
0 commit comments