We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0804203 commit 6fcae2dCopy full SHA for 6fcae2d
1 file changed
setup.py
@@ -32,7 +32,7 @@
32
DOWNLOAD_URL = URL
33
PACKAGE_NAME = 'control'
34
EXTRA_INFO = dict(
35
- install_requires=['scipy', 'matplotlib'],
+ install_requires=['numpy', 'scipy', 'matplotlib'],
36
tests_require=['scipy', 'matplotlib', 'nose']
37
)
38
0 commit comments