Explorar o código

Update Python dependency in pyproject.toml (#748)

Sebastian Raschka hai 4 meses
pai
achega
c6472f1af1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pyproject.toml

+ 1 - 1
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",