Skip to content

Commit

Permalink
fix 0.14
Browse files Browse the repository at this point in the history
Reviewers:

CC:

Test Plan:

Auditors:
  • Loading branch information
zhaojunz committed Oct 4, 2016
1 parent 22ae246 commit 63f8f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@
install_requires=[
'boto>=2.38',
'MySQL-python>=1.2.3',
'pandas==0.18.1',
'pandas==0.14.1',
'psycopg2>=2.6',
'pyparsing>=1.5.6',
'pytimeparse>=1.1.4',
Expand Down

1 comment on commit 63f8f6d

@seguschin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that's easier than to add python27-Cython to the EC2.

Please sign in to comment.