Skip to content

CI: use current versions for excel / dateutil / pytz on 3.4 build #7170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions ci/requirements-3.4.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
python-dateutil==2.2
pytz==2013b
openpyxl==1.6.2
xlsxwriter==0.4.6
xlrd==0.9.2
python-dateutil
pytz
openpyxl
xlsxwriter
xlrd
html5lib==1.0b2
numpy==1.8.0
cython==0.20.0
Expand All @@ -11,7 +11,7 @@ numexpr==2.3
tables==3.1.0
bottleneck==0.8.0
matplotlib==1.3.1
patsy==0.2.1
patsy
lxml==3.2.1
sqlalchemy==0.9.3
pymysql==0.6.1
Expand Down