Skip to content

Commit 8828dbf

Browse files
committed
Merge pull request #5413 from jreback/numpy_1.8
BLD: numpy 1.8 on the 3.3/2.7 builds
2 parents 48156af + 81739d9 commit 8828dbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/requirements-2.7.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
python-dateutil==2.1
22
pytz==2013b
33
xlwt==0.7.5
4-
numpy==1.7.1
4+
numpy==1.8.0
55
cython==0.19.1
66
bottleneck==0.6.0
77
numexpr==2.1

ci/requirements-3.2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytz==2013b
33
openpyxl==1.6.2
44
xlsxwriter==0.4.3
55
xlrd==0.9.2
6-
numpy==1.6.2
6+
numpy==1.7.1
77
cython==0.19.1
88
numexpr==2.1
99
tables==3.0.0

ci/requirements-3.3.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ openpyxl==1.6.2
44
xlsxwriter==0.4.3
55
xlrd==0.9.2
66
html5lib==1.0b2
7-
numpy==1.7.1
7+
numpy==1.8.0
88
cython==0.19.1
99
numexpr==2.1
1010
tables==3.0.0

0 commit comments

Comments
 (0)