Skip to content

Commit

Permalink
Add install_requires in setup file.
Browse files Browse the repository at this point in the history
  • Loading branch information
akbargumbira committed Sep 25, 2017
1 parent 1cf0f77 commit 5311198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
author='Dennis Atabay',
url='http://github.com/yabata/pyrenn',
description='A recurrent neural network toolbox for Python and Matlab.',
install_requires=[
'numpy'
],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 5311198

Please sign in to comment.