From f2c58ee05b1b60fb178c264d8c92f7673e02303c Mon Sep 17 00:00:00 2001 From: ia0 Date: Thu, 10 Oct 2024 15:46:28 +0200 Subject: [PATCH] fix: bump requirements for x86-64 on linux See https://github.com/pykeio/ort/issues/268#issuecomment-2297772586 --- docs/pages/setup/platforms.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/pages/setup/platforms.mdx b/docs/pages/setup/platforms.mdx index df7471a..d76ff42 100644 --- a/docs/pages/setup/platforms.mdx +++ b/docs/pages/setup/platforms.mdx @@ -14,15 +14,14 @@ Here are the supported platforms and binary availability status, as of v2.0.0-rc | Platform | x86 | x86-64 | ARMv7 | ARM64 | |:-------- |:------- |:------ |:------ |:------ | | **Windows** | ๐Ÿ”ท | ๐ŸŸข\* | ๐Ÿ”ท | ๐ŸŸข\* | -| **Linux** | ๐Ÿ”ท | ๐ŸŸขโ€  | ๐Ÿ”ท | ๐ŸŸขโ€ก | +| **Linux** | ๐Ÿ”ท | ๐ŸŸขโ€  | ๐Ÿ”ท | ๐ŸŸขโ€  | | **macOS** | โŒ | ๐ŸŸขยง | โŒ | ๐ŸŸข | | **iOS** | โŒ | โŒ | โŒ | ๐Ÿ”ท | | **Android** | โŒ | โŒ | ๐Ÿ”ท | ๐Ÿ”ท |

\* A recent version of Windows 10/11 & Visual Studio 2022 (โ‰ฅ 17.10) are required for pyke binaries.

-

โ€  glibc โ‰ฅ 2.31 (Ubuntu โ‰ฅ 20.04) required for pyke binaries.

-

โ€ก glibc โ‰ฅ 2.35 (Ubuntu โ‰ฅ 22.04) required for pyke binaries.

+

โ€  glibc โ‰ฅ 2.35 (Ubuntu โ‰ฅ 22.04) required for pyke binaries.

ยง macOS โ‰ฅ 10.15 required.