Skip to content

Commit 69ddf94

Browse files
committed
Merge pull request #11262 from jreback/build
CI: fix numpy to 1.9.3 in 2.7,3.5 builds for now, as packages for 1.1.0 not released ATM
2 parents 72f500d + 17e90d9 commit 69ddf94

6 files changed

+6
-6
lines changed

ci/requirements-2.7.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dateutil=2.1
22
pytz=2013b
3-
numpy
3+
numpy=1.9.3
44
cython=0.19.1

ci/requirements-2.7.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dateutil=2.1
22
pytz=2013b
3-
numpy
3+
numpy=1.9.3
44
xlwt=0.7.5
55
numexpr
66
pytables

ci/requirements-3.4_SLOW.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python-dateutil
22
pytz
3-
numpy
3+
numpy=1.9.3
44
cython

ci/requirements-3.4_SLOW.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python-dateutil
22
pytz
3-
numpy
3+
numpy=1.9.3
44
openpyxl
55
xlsxwriter
66
xlrd

ci/requirements-3.5.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python-dateutil
22
pytz
3-
numpy
3+
numpy=1.9.3
44
cython

ci/requirements-3.5.run

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python-dateutil
22
pytz
3-
numpy
3+
numpy=1.9.3
44
openpyxl
55
xlsxwriter
66
xlrd

0 commit comments

Comments
 (0)