also add matplotlib dep so that we can have jupyter notebooks

This commit is contained in:
Andrej Karpathy 2026-01-05 18:41:09 +00:00
parent 54e59c38ad
commit eec0c79563
2 changed files with 1045 additions and 2 deletions

View File

@ -7,6 +7,8 @@ requires-python = ">=3.10"
dependencies = [
"datasets>=4.0.0",
"fastapi>=0.117.1",
"ipykernel>=7.1.0",
"matplotlib>=3.10.8",
"psutil>=7.1.0",
"python-dotenv>=1.2.1",
"regex>=2025.9.1",
@ -14,7 +16,7 @@ dependencies = [
"setuptools>=80.9.0",
"tiktoken>=0.11.0",
"tokenizers>=0.22.0",
"torch>=2.8.0",
"torch>=2.9.0",
"transformers>=4.57.3",
"uvicorn>=0.36.0",
"wandb>=0.21.3",

1043
uv.lock

File diff suppressed because it is too large Load Diff