Skip to content

Commit c050ec0

Browse files
authored
matplotlib version requirement
1 parent fc12dd8 commit c050ec0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
os.system('if [ -d {0}.egg-info ]; then rm -rf {0}.egg-info; fi'.format(PROG))
6060

6161
# install requirement
62-
install_requires = [ ["numpy >= 1.4.1"]]
62+
install_requires = [["numpy >= 1.4.1"],
63+
["matplotlib >= 2.0.0"],
64+
["pandas >= 0.18.0"]]
6365
# Python 2.6 requires argparse
6466
if float(sys.version[:3]) == 2.6:
6567
install_requires.append(["argparse >= 1.2.1"])

0 commit comments

Comments
 (0)