We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a0104 commit 5cf6b82Copy full SHA for 5cf6b82
setup.py
@@ -8,7 +8,7 @@
8
version="0.1.0",
9
author="Andrej Karpathy",
10
author_email="andrej.karpathy@gmail.com",
11
- description="A tiny scalar-valued autograd engine with a small PyTorch-like neural network library on top.",
+ description="A tiny autograd engine",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
url="https://github.com/karpathy/micrograd",
@@ -18,5 +18,6 @@
18
"License :: OSI Approved :: MIT License",
19
"Operating System :: OS Independent",
20
],
21
+ install_requires=['numpy'],
22
python_requires='>=3.6',
23
)
0 commit comments