From 87990fbfb42ba8d418503b82f2754da74075ff9b Mon Sep 17 00:00:00 2001 From: Roovelrz <610626596@qq.com> Date: Wed, 29 Jul 2026 16:31:24 +0800 Subject: [PATCH] docs: clarify supported Python versions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c5467c..c18115f 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,8 @@ memoryos/ ### Prerequisites -* Python >= 3.10 +* Python 3.10 or 3.11 +* Python 3.12 is not currently supported for installation from source because `memoryos-pypi/requirements.txt` pins `numpy==1.24.*`. * conda create -n MemoryOS python=3.10 * conda activate MemoryOS