From 531119841c56af734ed352d5c604e21b3c21fbb9 Mon Sep 17 00:00:00 2001 From: Akbar Gumbira Date: Mon, 25 Sep 2017 17:47:42 +0200 Subject: [PATCH] Add install_requires in setup file. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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',