From 6feadaa66c17ed603434b856800390d53f334034 Mon Sep 17 00:00:00 2001 From: mostlyken Date: Thu, 3 Jul 2025 15:22:38 +0200 Subject: [PATCH] Update README.md to include Python version requirement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index df84101..640c6cc 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ On Linux, one can explicitly install the CPU-only variant of torch together with pip install -U torch==2.6.0+cpu torchvision==0.21.0+cpu mostlyai-qa --extra-index-url https://download.pytorch.org/whl/cpu ``` +> At least Python version `3.10.x` is required to install this package. + ## Quick Start ```python