Correction to setup.py - use install_requires to inform pip of dependencies.
This commit is contained in:
parent
b9822b1d10
commit
87ea160a23
2
setup.py
2
setup.py
@ -44,7 +44,7 @@ It is intended for use in mathematics / scientific / engineering applications. D
|
|||||||
"Topic :: Scientific/Engineering :: Visualization",
|
"Topic :: Scientific/Engineering :: Visualization",
|
||||||
"Topic :: Software Development :: User Interfaces",
|
"Topic :: Software Development :: User Interfaces",
|
||||||
],
|
],
|
||||||
requires = [
|
install_requires = [
|
||||||
'numpy',
|
'numpy',
|
||||||
'scipy',
|
'scipy',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user