Skip to content

Commit 6617d57

Browse files
committed
Merge pull request #7170 from jreback/new
CI: use current versions for excel / dateutil / pytz on 3.4 build
2 parents 8059b3e + e7f06c5 commit 6617d57

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ci/requirements-3.4.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
python-dateutil==2.2
2-
pytz==2013b
3-
openpyxl==1.6.2
4-
xlsxwriter==0.4.6
5-
xlrd==0.9.2
1+
python-dateutil
2+
pytz
3+
openpyxl
4+
xlsxwriter
5+
xlrd
66
html5lib==1.0b2
77
numpy==1.8.0
88
cython==0.20.0
@@ -11,7 +11,7 @@ numexpr==2.3
1111
tables==3.1.0
1212
bottleneck==0.8.0
1313
matplotlib==1.3.1
14-
patsy==0.2.1
14+
patsy
1515
lxml==3.2.1
1616
sqlalchemy==0.9.3
1717
pymysql==0.6.1

0 commit comments

Comments
 (0)