We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc12dd8 commit c050ec0Copy full SHA for c050ec0
setup.py
@@ -59,7 +59,9 @@
59
os.system('if [ -d {0}.egg-info ]; then rm -rf {0}.egg-info; fi'.format(PROG))
60
61
# install requirement
62
- install_requires = [ ["numpy >= 1.4.1"]]
+ install_requires = [["numpy >= 1.4.1"],
63
+ ["matplotlib >= 2.0.0"],
64
+ ["pandas >= 0.18.0"]]
65
# Python 2.6 requires argparse
66
if float(sys.version[:3]) == 2.6:
67
install_requires.append(["argparse >= 1.2.1"])
0 commit comments