mirror of
https://github.com/kashifulhaque/smoltorch.git
synced 2025-12-06 07:02:51 +00:00
Initial commit
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user