From c6472f1af1d37d8312da189bfaec8afab507e404 Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Tue, 22 Jul 2025 08:03:57 -0500 Subject: [PATCH] Update Python dependency in pyproject.toml (#748) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e7a99c..d1e95fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "llms-from-scratch" version = "1.0.17" description = "Implement a ChatGPT-like LLM in PyTorch from scratch, step by step" readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.10,<3.13" dependencies = [ "torch>=2.3.0", "jupyterlab>=4.0",