diff --git a/setup.py b/setup.py index 221f2a9..9002f61 100644 --- a/setup.py +++ b/setup.py @@ -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',