mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2026-04-10 12:33:42 +00:00
Add bonus dependencies to pyproject (#897)
* Add bonus dependencies to pyproject * update
This commit is contained in:
committed by
GitHub
parent
0adb5b8c65
commit
760f4c9ecc
@@ -40,6 +40,21 @@ dev = [
|
||||
"tokenizers>=0.22.0",
|
||||
"safetensors>=0.6.2",
|
||||
]
|
||||
bonus = [
|
||||
"blobfile>=3.0.0",
|
||||
"chainlit>=1.2.0",
|
||||
"huggingface_hub>=0.34.4",
|
||||
"ipywidgets>=8.1.2",
|
||||
"llms_from_scratch>=1.0.18",
|
||||
"openai>=1.30.3",
|
||||
"requests",
|
||||
"safetensors>=0.6.2",
|
||||
"scikit-learn>=1.3.1",
|
||||
"sentencepiece>=0.1.99",
|
||||
"tokenizers>=0.21.1",
|
||||
"transformers>=4.33.2",
|
||||
"tqdm>=4.65.0",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 140
|
||||
|
||||
Reference in New Issue
Block a user