Skip to content

Commit cf96d95

Browse files
committed
Updated TOML
1 parent 4a244de commit cf96d95

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,19 @@ authors = [{ name = "Jordan Sinclair" }]
66
readme = "README.md"
77
license = { text = "MIT" }
88
requires-python = ">=3.9"
9+
10+
keywords = ["pytorch", "optimizer", "deep-learning", "training", "fun"]
11+
classifiers = [
12+
"Programming Language :: Python :: 3",
13+
"License :: OSI Approved :: MIT License",
14+
"Intended Audience :: Developers",
15+
"Intended Audience :: Science/Research",
16+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
17+
]
18+
919
dependencies = [
10-
"torch"
20+
"torch",
21+
"numpy",
1122
]
1223

1324
[project.optional-dependencies]

0 commit comments

Comments
 (0)