mirror of
https://github.com/kashifulhaque/smoltorch.git
synced 2025-12-06 07:02:51 +00:00
camera ready version
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
[project]
|
||||
name = "karpathy-micrograd"
|
||||
name = "smoltorch"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
description = "A tiny autograd engine and neural network library built from first principles"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
license = {text = "MIT"}
|
||||
authors = [
|
||||
{name = "Kashif", email = "me@ifkash.dev"}
|
||||
]
|
||||
dependencies = [
|
||||
"ipykernel>=7.1.0",
|
||||
"ipython>=9.7.0",
|
||||
@@ -20,4 +24,9 @@ dev = [
|
||||
]
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["nanotorch", "micrograd"]
|
||||
packages = ["smoltorch"]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/kashifulhaque/smoltorch"
|
||||
Repository = "https://github.com/kashifulhaque/smoltorch"
|
||||
Issues = "https://github.com/kashifulhaque/smoltorch/issues"
|
||||
|
||||
Reference in New Issue
Block a user