From f380db6ab29a73b211cfce9193a5fbbad6f072b0 Mon Sep 17 00:00:00 2001 From: Hashim Khan <64767361+Hashim1999164@users.noreply.github.com> Date: Thu, 13 Aug 2026 04:30:04 +0500 Subject: [PATCH] docs: align Model Conversion requirements with requirements.txt Update the System Requirements table to coremltools 8.0+ and point readers to requirements.txt for the current conversion dependency set. Fixes #408. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b05b172..2a61660e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ Model Conversion: macOS | Python | coremltools | :------:|:------:|:-----------:| - 13.1 | 3.8 | 7.0 | + 13.1 | 3.8+ | 8.0+ | + +Install the conversion toolchain with `pip install -r requirements.txt`. That file pins the supported set (for example `coremltools>=8.0` and `diffusers[torch]==0.30.2`). Project Build: