Skip to content

Commit ce9011a

Browse files
committed
CI: pin 2.7 build to numpy 1.13 for the moment
xref pandas-dev#19138
1 parent 9d8dbef commit ce9011a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/requirements-2.7.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ python=2.7*
22
python-dateutil=2.5.0
33
pytz=2013b
44
nomkl
5-
numpy
5+
numpy=1.13*
66
cython=0.24

ci/requirements-3.6_DOC.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python=3.6*
22
python-dateutil
33
pytz
4-
numpy
4+
numpy=1.13*
55
cython

conda.recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ requirements:
1414
build:
1515
- python
1616
- cython
17-
- {{ pin_compatible('numpy') }}
17+
- {{ pin_compatible('numpy', upper_bound='1.14') }}
1818
- setuptools >=3.3
1919
- python-dateutil >=2.5.0
2020
- pytz
2121

2222
run:
2323
- python
24-
- {{ pin_compatible('numpy') }}
24+
- {{ pin_compatible('numpy', upper_bound='1.14') }}
2525
- python-dateutil >=2.5.0
2626
- pytz
2727

0 commit comments

Comments
 (0)