Skip to content

Commit 5cf6b82

Browse files
author
Jencir Lee
committed
add dependency to setup.py
1 parent 01a0104 commit 5cf6b82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version="0.1.0",
99
author="Andrej Karpathy",
1010
author_email="andrej.karpathy@gmail.com",
11-
description="A tiny scalar-valued autograd engine with a small PyTorch-like neural network library on top.",
11+
description="A tiny autograd engine",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/karpathy/micrograd",
@@ -18,5 +18,6 @@
1818
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
],
21+
install_requires=['numpy'],
2122
python_requires='>=3.6',
2223
)

0 commit comments

Comments
 (0)