mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Update Python dependency in pyproject.toml (#748)
This commit is contained in:
committed by
GitHub
parent
3233ddc475
commit
c6472f1af1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user