Initial commit

This commit is contained in:
2025-11-17 14:40:11 +05:30
commit 618423e8d2
10 changed files with 2434 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "karpathy-micrograd"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ipykernel>=7.1.0",
"ipython>=9.7.0",
"matplotlib>=3.10.7",
"mlx>=0.29.4",
"nbconvert>=7.16.6",
]