From ca0372dc48000403964135a13ae6739d75932f55 Mon Sep 17 00:00:00 2001 From: malte-seitz Date: Tue, 20 Jan 2026 18:55:17 +0100 Subject: [PATCH] Update required Python version to 3.10 avoid dependency resolving issue with accelerate --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12a2815..264e9e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "heartlib" version = "0.1.0" description = "A Python Library." readme = "README.md" -requires-python = ">=3.9" +requires-python = ">=3.10" license = {text = "Apache-2.0"} authors = [ {name = "HeartMuLa Team", email = "heartmula.ai@gmail.com"}